![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
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. | |
The type member is an alias for T, but with top-level const and/or volatile qualifiers removed.
| T | The type to remove the qualifiers from |
| using std::remove_cv< T >::type |
The resulting type.
| using std::remove_cv< T const volatile >::type = T |
The resulting type.