OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
gpu::greater_t< type_t > Struct Template Reference

Detailed Description

template<typename type_t>
struct gpu::greater_t< type_t >

Definition at line 148 of file cudify_alpaka.hpp.

+ Inheritance diagram for gpu::greater_t< type_t >:

Public Member Functions

bool operator() (type_t a, type_t b) const
 
template<typename type2_t , typename type3_t >
bool operator() (type2_t a, type3_t b) const
 
__forceinline__ __device__ __host__ bool operator() (type_t a, type_t b) const
 

Member Function Documentation

◆ operator()() [1/3]

template<typename type_t >
template<typename type2_t , typename type3_t >
bool gpu::greater_t< type_t >::operator() ( type2_t  a,
type3_t  b 
) const
inline

Definition at line 153 of file cudify_alpaka.hpp.

◆ operator()() [2/3]

template<typename type_t >
bool gpu::greater_t< type_t >::operator() ( type_t  a,
type_t  b 
) const
inline

Definition at line 149 of file cudify_alpaka.hpp.

◆ operator()() [3/3]

template<typename type_t >
__forceinline__ __device__ __host__ bool gpu::greater_t< type_t >::operator() ( type_t  a,
type_t  b 
) const
inline

Definition at line 21 of file operators.hpp.


The documentation for this struct was generated from the following files: