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
EnableIf
Public Types
|
List of all members
cub::EnableIf< Condition, T > Struct Template Reference
Detailed description
template<bool Condition, class T = void>
struct cub::EnableIf< Condition, T >
Simple enable-if (similar to Boost)
Public Types
typedef T
Type
Enable-if type for SFINAE dummy variables.
The documentation for this struct was generated from the following file:
type_utils.cuh
Generated on Sat Mar 9 2013 04:59:40 for CUB by
1.8.3.1
© 2013 NVIDIA Corporation