OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::Inequality Struct Reference

Default inequality functor. More...

Detailed Description

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)
 

Member Function Documentation

◆ operator()()

template<typename T >
__host__ __device__ __forceinline__ bool cub::Inequality::operator() ( const T &  a,
const T &  b 
) const
inline

Boolean inequality operator, returns (a != b)

Definition at line 77 of file thread_operators.cuh.


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