35 #ifndef _BLAZE_MATH_TYPETRAITS_YIELDSZERO_H_ 36 #define _BLAZE_MATH_TYPETRAITS_YIELDSZERO_H_ 65 template<
typename OP,
typename T,
typename... Ts >
77 template<
typename OP,
typename T,
typename... Ts >
90 template<
typename OP,
typename T,
typename... Ts >
91 struct YieldsZero< volatile OP, T, Ts... >
92 :
public YieldsZero<OP,T,Ts...>
103 template<
typename OP,
typename T,
typename... Ts >
104 struct YieldsZero< const volatile OP, T, Ts... >
105 :
public YieldsZero<OP,T,Ts...>
124 template<
typename OP,
typename T,
typename... Ts >
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
Compile time check for operations on vectors and matrices.This type trait tests whether or not the gi...
Definition: YieldsZero.h:66
constexpr bool YieldsZero_v
Auxiliary variable template for the YieldsZero type trait.The YieldsZero_v variable template provides...
Definition: YieldsZero.h:125
Header file for the IntegralConstant class template.