OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::InequalityWrapper< EqualityOp > Struct Template Reference

Inequality functor (wraps equality functor) More...

Detailed Description

template<typename EqualityOp>
struct cub::InequalityWrapper< EqualityOp >

Inequality functor (wraps equality functor)

Definition at line 88 of file thread_operators.cuh.

Public Member Functions

__host__ __device__ __forceinline__ InequalityWrapper (EqualityOp op)
 Constructor.
 
template<typename T >
__host__ __device__ __forceinline__ bool operator() (const T &a, const T &b)
 Boolean inequality operator, returns (a != b)
 

Data Fields

EqualityOp op
 Wrapped equality operator.
 

The documentation for this struct was generated from the following file: