CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Methods | List of all members
cub::Max< T > Struct Template Reference

Detailed description

template<typename T>
struct cub::Max< T >

Default max functor.

Public Methods

__host__ __device__
__forceinline__ T 
operator() (const T &a, const T &b)
 Boolean max operator, returns (a > b) ? a : b
 

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