35 #ifndef _BLAZE_MATH_TYPETRAITS_ISOPPOSEDVIEW_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISOPPOSEDVIEW_H_ 79 template<
typename T >
91 template<
typename T >
104 template<
typename T >
105 struct IsOpposedView< volatile T >
106 :
public IsOpposedView<T>
117 template<
typename T >
118 struct IsOpposedView< const volatile T >
119 :
public IsOpposedView<T>
138 template<
typename T >
constexpr bool IsOpposedView_v
Auxiliary variable template for the IsOpposedView type trait.The IsOpposedView_v variable template pr...
Definition: IsOpposedView.h:139
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Compile time check for resizable data types.This type trait tests whether the given data type is an o...
Definition: IsOpposedView.h:80
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IntegralConstant class template.