OpenFPM  5.2.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...

Public Types

enum  { VALUE = A }
 

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.


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