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

AddPointer adds a pointer qualification to a type T if it is not already a pointer. More...

#include <TypeTraits.h>

Public Types

using type = typename RemoveReference< T >::type *
 

Detailed Description

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

AddPointer adds a pointer qualification to a type T if it is not already a pointer.


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