Default inequality functor. More...
Default inequality functor.
Definition at line 73 of file thread_operators.cuh.
Public Member Functions | |
template<typename T > | |
__host__ __device__ __forceinline__ bool | operator() (const T &a, const T &b) const |
Boolean inequality operator, returns (a != b) | |
|
inline |
Boolean inequality operator, returns (a != b)
Definition at line 77 of file thread_operators.cuh.