CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Types | List of all members
cub::Int2Type< A > Struct Template Reference

Detailed description

template< int A>
struct cub::Int2Type< A >

Allows for the treatment of an integral constant as a type at compile-time (e.g., to achieve static call dispatch based on constant integral values)

Definition at line 139 of file util_type.cuh.

Public Types

enum  { VALUE = A }
 

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