35#ifndef _BLAZE_MATH_TYPETRAITS_ISSQUARE_H_
36#define _BLAZE_MATH_TYPETRAITS_ISSQUARE_H_
111template<
typename T >
112struct IsSquare< volatile T >
124template<
typename T >
125struct IsSquare< const volatile T >
145template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsSquare_v
Auxiliary variable template for the IsSquare type trait.
Definition: IsSquare.h:146
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for square matrices.
Definition: IsSquare.h:89