35 #ifndef _BLAZE_MATH_TYPETRAITS_ISSTATIC_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISSTATIC_H_ 83 template<
typename T >
95 template<
typename T >
108 template<
typename T >
109 struct IsStatic< volatile T >
121 template<
typename T >
122 struct IsStatic< const volatile T >
142 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Compile time check for static data types.This type trait tests whether the given data type is a stati...
Definition: IsStatic.h:84
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool IsStatic_v
Auxiliary variable template for the IsStatic type trait.The IsStatic_v variable template provides a c...
Definition: IsStatic.h:143
Header file for the IntegralConstant class template.