Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::remove_cv< T const > Class Template Reference

The type member is an alias for T, but with top-level const and/or volatile qualifiers removed. More...

Public Types

using type
 The resulting type.
 
using type = T
 The resulting type.
 

Detailed Description

template<typename T>
class std::remove_cv< T const >

The type member is an alias for T, but with top-level const and/or volatile qualifiers removed.

Template Parameters
TThe type to remove the qualifiers from

Member Typedef Documentation

◆ type [1/2]

using std::remove_cv< T >::type

The resulting type.

◆ type [2/2]

template<typename T>
using std::remove_cv< T const >::type = T

The resulting type.


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