CUB
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
cub
Max
Public Methods
|
List of all members
cub::Max< T > Struct Template Reference
SIMT Utilities
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:
operators.cuh
Generated on Sat Mar 9 2013 04:59:40 for CUB by
1.8.3.1
© 2013 NVIDIA Corporation