Simple-Utility v2.3.1
|
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 > > |
Primary template, removing const
and volatile
from value types.
T | Qualification to be removed from. |
using sl::remove_type_cv< T >::type = remove_type_const_t<remove_type_volatile_t<T> > |