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

IsReference evaluates to true if the type T is a reference, false otherwise. More...

#include <TypeTraits.h>

Static Public Attributes

static constexpr bool value = IsLValueReference<T>::value || IsRValueReference<T>::value
 

Detailed Description

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

IsReference evaluates to true if the type T is a reference, false otherwise.


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