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

Detailed description

Default min functor.

Public Methods

template<typename T >
__host__ __device__
__forceinline__ T 
operator() (const T &a, const T &b) const
 Boolean min operator, returns (a < b) ? a : b More...
 

Member Function Documentation

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

Boolean min operator, returns (a < b) ? a : b


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