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

remove volatile from the provided type. The type member is an alias for the modified type. More...

Public Types

using type = Type
 The resulting type.
 

Detailed Description

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

remove volatile from the provided type. The type member is an alias for the modified type.

Template Parameters
TypeThe type to remove volatile to

Member Typedef Documentation

◆ type

template<typename Type>
using std::remove_volatile< Type >::type = Type

The resulting type.


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