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

Detailed Description

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

Definition at line 132 of file cudify_alpaka.hpp.

+ Inheritance diagram for gpu::less_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::less_t< type_t >::operator() ( type2_t  a,
type3_t  b 
) const
inline

Definition at line 137 of file cudify_alpaka.hpp.

◆ operator()() [2/3]

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

Definition at line 133 of file cudify_alpaka.hpp.

◆ operator()() [3/3]

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

Definition at line 7 of file operators.hpp.


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