CUB
|
Removes const
and volatile
qualifiers from type Tp
.
For example: typename RemoveQualifiers<volatile int>::Type // int;
Public Types | |
using | Type = typename std::remove_cv< Tp >::type |
using RemoveQualifiers< Tp, Up >::Type = typename std::remove_cv<Tp>::type |