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

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

Public Types

using type = Type volatile
 The resulting type.
 

Detailed Description

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

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

Template Parameters
TypeThe type to add volatile to

Member Typedef Documentation

◆ type

template<typename Type>
using std::add_volatile< Type >::type = Type volatile

The resulting type.


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