35 #ifndef _BLAZE_MATH_TYPETRAITS_ISADAPTOR_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISADAPTOR_H_ 86 template<
typename T >
98 template<
typename T >
111 template<
typename T >
112 struct IsAdaptor< volatile T >
113 :
public IsAdaptor<T>
124 template<
typename T >
125 struct IsAdaptor< const volatile T >
126 :
public IsAdaptor<T>
145 template<
typename T >
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 adaptors.This type trait tests whether the given template parameter is an adap...
Definition: IsAdaptor.h:87
constexpr bool IsAdaptor_v
Auxiliary variable template for the IsAdaptor type trait.The IsAdaptor_v variable template provides a...
Definition: IsAdaptor.h:146
Header file for the IntegralConstant class template.