35#ifndef _BLAZE_UTIL_TYPETRAITS_ISRVALUEREFERENCE_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISRVALUEREFERENCE_H_
78 :
public BoolConstant< std::is_rvalue_reference<T>::value >
Header file for the IntegralConstant class template.
constexpr bool IsRValueReference_v
Auxiliary variable template for the IsRValueReference type trait.
Definition: IsRValueReference.h:97
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time type check.
Definition: IsRValueReference.h:79