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 |
IsReference evaluates to true
if the type T
is a reference, false
otherwise.