template<typename type_t>
struct gpu::greater_t< type_t >
Definition at line 148 of file cudify_alpaka.hpp.
|
| 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 |
| |
◆ 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 |
◆ operator()() [2/3]
template<typename type_t >
| bool gpu::greater_t< type_t >::operator() |
( |
type_t |
a, |
|
|
type_t |
b |
|
) |
| const |
|
inline |
◆ 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 |
The documentation for this struct was generated from the following files: