|
Simple-Utility v2.3.1
|
Primary template, removing const from value types.
More...
#include <TypeTraits.hpp>
Public Types | |
| using | type = std::remove_const_t< T > |
Primary template, removing const from value types.
| T | Qualification be removed from. |
| using sl::remove_type_const< T >::type = std::remove_const_t<T> |