Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::add_type_const< T > Struct Template Reference

Primary template, adding const to value types. More...

#include <TypeTraits.hpp>

Public Types

using type = const T
 

Detailed Description

template<class T>
struct sl::add_type_const< T >

Primary template, adding const to value types.

Template Parameters
TQualification to be applied to.

Member Typedef Documentation

◆ type

template<class T >
using sl::add_type_const< T >::type = const T

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