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

Detailed description

Default equality functor.

Public Methods

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

Member Function Documentation

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

Boolean equality operator, returns (a == b)


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