OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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 }
 

Member Enumeration Documentation

◆ anonymous enum

template<int A>
anonymous enum

Definition at line 277 of file util_type.cuh.


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