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

Member Typedef Documentation

◆ Type

template<typename Tp , typename Up = Tp>
typedef Up cub::RemoveQualifiers< Tp, Up >::Type

Type without const and volatile qualifiers.

Definition at line 225 of file util_type.cuh.


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