35 #ifndef _BLAZE_MATH_TYPETRAITS_YIELDSUNIUPPER_H_ 36 #define _BLAZE_MATH_TYPETRAITS_YIELDSUNIUPPER_H_ 64 template<
typename OP,
typename MT,
typename... MTs >
76 template<
typename OP,
typename MT,
typename... MTs >
89 template<
typename OP,
typename MT,
typename... MTs >
90 struct YieldsUniUpper< volatile OP, MT, MTs... >
91 :
public YieldsUniUpper<OP,MT,MTs...>
102 template<
typename OP,
typename MT,
typename... MTs >
103 struct YieldsUniUpper< const volatile OP, MT, MTs... >
104 :
public YieldsUniUpper<OP,MT,MTs...>
123 template<
typename OP,
typename MT,
typename... MTs >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool YieldsUniUpper_v
Auxiliary variable template for the YieldsUniUpper type trait.The YieldsUniUpper_v variable template ...
Definition: YieldsUniUpper.h:124
Compile time check for operations on matrices.This type trait tests whether or not the given operatio...
Definition: YieldsUniUpper.h:65
Header file for the IntegralConstant class template.