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

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

Public Types

using type = Type const
 The resulting type.
 

Detailed Description

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

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

Template Parameters
TypeThe type to add const to

Member Typedef Documentation

◆ type

template<typename Type>
using std::add_const< Type >::type = Type const

The resulting type.


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