template<typename type_t>
struct gpu::minimum_t< type_t >
Definition at line 208 of file cudify_alpaka.hpp.
|
| type_t | operator() (type_t a, type_t b) const |
| |
| __forceinline__ __device__ __host__ type_t | operator() (type_t a, type_t b) const |
| |
◆ operator()() [1/2]
template<typename type_t >
| type_t gpu::minimum_t< type_t >::operator() |
( |
type_t |
a, |
|
|
type_t |
b |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<typename type_t >
| __forceinline__ __device__ __host__ type_t gpu::minimum_t< type_t >::operator() |
( |
type_t |
a, |
|
|
type_t |
b |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following files: