35 #ifndef _BLAZE_MATH_TYPETRAITS_ISSQUARE_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISSQUARE_H_ 86 template<
typename T >
98 template<
typename T >
111 template<
typename T >
112 struct IsSquare< volatile T >
124 template<
typename T >
125 struct IsSquare< const volatile 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 square matrices.This type trait tests whether or not the given template parame...
Definition: IsSquare.h:87
Header file for the IntegralConstant class template.
constexpr bool IsSquare_v
Auxiliary variable template for the IsSquare type trait.The IsSquare_v variable template provides a c...
Definition: IsSquare.h:146