35#ifndef _BLAZE_MATH_TYPETRAITS_ISTEMPORARY_H_
36#define _BLAZE_MATH_TYPETRAITS_ISTEMPORARY_H_
69 :
public BoolConstant< ( IsVector_v<T> || IsMatrix_v<T> ) && !IsExpression_v<T> >
Header file for the IntegralConstant class template.
Header file for the IsExpression type trait class.
Header file for the IsMatrix type trait.
Header file for the IsVector type trait.
constexpr bool IsTemporary_v
Auxiliary variable template for the IsTemporary type trait.
Definition: IsTemporary.h:88
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check whether the given type is a temporary vector or matrix type.
Definition: IsTemporary.h:70