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

AddReference adds a reference qualifier to a type T if it is not already a reference. More...

#include <TypeTraits.h>

Public Types

using type = T&
 

Detailed Description

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

AddReference adds a reference qualifier to a type T if it is not already a reference.


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