Support Class Library
A set of tools providing classes and utility
Public Types | List of all members
scl::tools::meta::real_const< T, class > Struct Template Reference

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...
 

Detailed Description

template<class T, class = void>
struct scl::tools::meta::real_const< T, class >

Get the appropriate const version of a type.

Template Parameters
Tthe type which will be const qualified

Definition at line 16 of file real_const.h.

Member Typedef Documentation

◆ type

template<class T, class = void>
scl::tools::meta::real_const< T, class >::type

The const version of the argument type.

Definition at line 21 of file real_const.h.


The documentation for this struct was generated from the following file: