Default min functor. More...
Default min functor.
Definition at line 158 of file thread_operators.cuh.
Public Member Functions | |
template<typename T > | |
__host__ __device__ __forceinline__ T | operator() (const T &a, const T &b) const |
Boolean min operator, returns (a < b) ? a : b | |
|
inline |
Boolean min operator, returns (a < b) ? a : b
Definition at line 162 of file thread_operators.cuh.