Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::type_qualification_as< To, From > Struct Template Reference

Applies or removes the const and/or volatile qualifications of To in regards of From. More...

#include <TypeTraits.hpp>

Public Types

using type = type_constness_as_t< type_volatileness_as_t< To, From >, From >
 

Detailed Description

template<class To, class From>
struct sl::type_qualification_as< To, From >

Applies or removes the const and/or volatile qualifications of To in regards of From.

Template Parameters
ToQualification to be modified on.
FromQualification to be taken from.

Member Typedef Documentation

◆ type

template<class To , class From >
using sl::type_qualification_as< To, From >::type = type_constness_as_t< type_volatileness_as_t<To, From>, From>

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