CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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: