Support Class Library
A set of tools providing classes and utility
|
Get the appropriate const version of a type. More...
#include "real_const.h"
Public Types | |
using | type = const decay_t< remove_cv_ref_t< T > > |
The const version of the argument type. More... | |
Get the appropriate const version of a type.
T | the type which will be const qualified |
Definition at line 16 of file real_const.h.
scl::tools::meta::real_const< T, class >::type |
The const version of the argument type.
Definition at line 21 of file real_const.h.