Default sum functor. More...
Default sum functor.
Definition at line 109 of file thread_operators.cuh.
Public Member Functions | |
template<typename T > | |
__host__ __device__ __forceinline__ T | operator() (const T &a, const T &b) const |
Boolean sum operator, returns a + b | |
|
inline |
Boolean sum operator, returns a + b
Definition at line 113 of file thread_operators.cuh.