CUB
Main Page
Modules
Classes
Examples
Class List
Class Index
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
cub
Cast
Public Methods
|
List of all members
cub::Cast< B > Struct Template Reference
Utilities
Detailed description
template< typename B>
struct cub::Cast< B >
Default cast functor.
Definition at line
190
of file
thread_operators.cuh
.
Public Methods
template<typename A >
__host__ __device__
__forceinline__ B
operator()
(const A &a) const
Boolean max operator, returns
(a > b) ? a : b
The documentation for this struct was generated from the following file:
thread_operators.cuh
Generated on Mon Jul 28 2014 22:37:03 for CUB by
1.8.4
© 2013 NVIDIA Corporation