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

Primary template, removing const from value types. More...

#include <TypeTraits.hpp>

Public Types

using type = std::remove_const_t< T >
 

Detailed Description

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

Primary template, removing const from value types.

Template Parameters
TQualification be removed from.

Member Typedef Documentation

◆ type

template<class T >
using sl::remove_type_const< T >::type = std::remove_const_t<T>

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