Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::TypeTraits::RemoveConst< T > Struct Template Reference

RemoveConst removes the const qualification from a type T. More...

#include <TypeTraits.h>

Public Types

using type = T
 

Detailed Description

template<class T>
struct SC::TypeTraits::RemoveConst< T >

RemoveConst removes the const qualification from a type T.


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