Simple-Utility v2.3.1
|
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 > |
Applies or removes the const
and/or volatile
qualifications of To
in regards of From
.
To | Qualification to be modified on. |
From | Qualification to be taken from. |
using sl::type_qualification_as< To, From >::type = type_constness_as_t< type_volatileness_as_t<To, From>, From> |