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

remove const 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_const< Type >

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

Template Parameters
TypeThe type to remove const to

Member Typedef Documentation

◆ type

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

The resulting type.


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