OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::Int2Type< A > Struct Template Reference

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) More...

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 275 of file util_type.cuh.

Public Types

enum  { VALUE = A }
 

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