Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::TypeTraits::RemovePointer< T > Struct Template Reference

RemovePointer removes the pointer qualification from a type T. More...

#include <TypeTraits.h>

Public Types

using type = T
 

Detailed Description

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

RemovePointer removes the pointer qualification from a type T.


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