Simple-Utility v2.3.1
|
Primary template, adding const
and volatile
to value types.
More...
#include <TypeTraits.hpp>
Public Types | |
using | type = add_type_const_t< add_type_volatile_t< T > > |
Primary template, adding const
and volatile
to value types.
T | Qualification to be applied to. |
using sl::add_type_cv< T >::type = add_type_const_t<add_type_volatile_t<T> > |