35#ifndef _BLAZE_MATH_TYPETRAITS_ISOPPOSEDVIEW_H_
36#define _BLAZE_MATH_TYPETRAITS_ISOPPOSEDVIEW_H_
104template<
typename T >
105struct IsOpposedView< volatile T >
106 :
public IsOpposedView<T>
117template<
typename T >
118struct IsOpposedView< const volatile T >
119 :
public IsOpposedView<T>
138template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsOpposedView_v
Auxiliary variable template for the IsOpposedView type trait.
Definition: IsOpposedView.h:139
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for resizable data types.
Definition: IsOpposedView.h:82