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

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.
 

Detailed Description

template<typename Type>
class std::add_cv< Type >

Add const and volatile to the provided type. The type member is an alias for the modified type.

Template Parameters
TypeThe type to add const and volatile to

Member Typedef Documentation

◆ type

template<typename Type>
using std::add_cv< Type >::type = Type const volatile

The resulting type.


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