OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::RemoveQualifiers< Tp, Up > Struct Template Reference

Removes const and volatile qualifiers from type Tp. More...

Detailed Description

template<typename Tp, typename Up = Tp>
struct cub::RemoveQualifiers< Tp, Up >

Removes const and volatile qualifiers from type Tp.

For example: typename RemoveQualifiers<volatile int>::Type // int;

Definition at line 222 of file util_type.cuh.

Public Types

typedef Up Type
 Type without const and volatile qualifiers.
 

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