![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Add const and volatile to the provided type. The type member is an alias for the modified type.
More...
Public Types | |
| using | type = Type const volatile |
| The resulting type. | |
Add const and volatile to the provided type. The type member is an alias for the modified type.
| Type | The type to add const and volatile to |
| using std::add_cv< Type >::type = Type const volatile |
The resulting type.