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

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

#include <TypeTraits.hpp>

Public Types

using type = remove_type_const_t< remove_type_volatile_t< T > >
 

Detailed Description

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

Primary template, removing const and volatile from value types.

Template Parameters
TQualification to be removed from.

Member Typedef Documentation

◆ type

template<class T >
using sl::remove_type_cv< T >::type = remove_type_const_t<remove_type_volatile_t<T> >

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