CUB  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
cub::Inequality Struct Reference

Detailed description

Default inequality functor.

Public Methods

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

Member Function Documentation

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

Boolean inequality operator, returns (a != b)


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