35 #ifndef _BLAZE_MATH_TYPETRAITS_REQUIRESEVALUATION_H_ 36 #define _BLAZE_MATH_TYPETRAITS_REQUIRESEVALUATION_H_ 70 template<
typename T >
72 :
public BoolConstant< !IsReference_v<typename T::CompositeType> >
90 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Compile time check to query the requirement to evaluate an expression.Via this type trait it is possi...
Definition: RequiresEvaluation.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IsReference type trait.
Header file for the IntegralConstant class template.
constexpr bool RequiresEvaluation_v
Auxiliary variable template for the RequiresEvaluation type trait.The RequiresEvaluation_v variable t...
Definition: RequiresEvaluation.h:91