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