35 #ifndef _BLAZE_MATH_TYPETRAITS_YIELDSSTRICTLYUPPER_H_ 36 #define _BLAZE_MATH_TYPETRAITS_YIELDSSTRICTLYUPPER_H_ 65 template<
typename OP,
typename MT,
typename... MTs >
77 template<
typename OP,
typename MT,
typename... MTs >
90 template<
typename OP,
typename MT,
typename... MTs >
91 struct YieldsStrictlyUpper< volatile OP, MT, MTs... >
92 :
public YieldsStrictlyUpper<OP,MT,MTs...>
103 template<
typename OP,
typename MT,
typename... MTs >
104 struct YieldsStrictlyUpper< const volatile OP, MT, MTs... >
105 :
public YieldsStrictlyUpper<OP,MT,MTs...>
124 template<
typename OP,
typename MT,
typename... MTs >
Header file for the FalseType type/value trait base class.
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
Compile time check for operations on matrices.This type trait tests whether or not the given operatio...
Definition: YieldsStrictlyUpper.h:66
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool YieldsStrictlyUpper_v
Auxiliary variable template for the YieldsStrictlyUpper type trait.The YieldsStrictlyUpper_v variable...
Definition: YieldsStrictlyUpper.h:125
Header file for the TrueType type/value trait base class.