35#ifndef _BLAZE_MATH_TYPETRAITS_ISSUBMATRIX_H_
36#define _BLAZE_MATH_TYPETRAITS_ISSUBMATRIX_H_
100template<
typename MT,
AlignmentFlag AF,
bool SO,
bool DF,
size_t... CSAs >
101struct IsSubmatrix< Submatrix<MT,AF,SO,DF,CSAs...> >
113template<
typename MT,
AlignmentFlag AF,
bool SO,
bool DF,
size_t... CSAs >
114struct IsSubmatrix< const Submatrix<MT,AF,SO,DF,CSAs...> >
126template<
typename MT,
AlignmentFlag AF,
bool SO,
bool DF,
size_t... CSAs >
127struct IsSubmatrix< volatile Submatrix<MT,AF,SO,DF,CSAs...> >
139template<
typename MT,
AlignmentFlag AF,
bool SO,
bool DF,
size_t... CSAs >
140struct IsSubmatrix< const volatile Submatrix<MT,AF,SO,DF,CSAs...> >
160template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsSubmatrix_v
Auxiliary variable template for the IsSubmatrix type trait.
Definition: IsSubmatrix.h:161
AlignmentFlag
Alignment flag for (un-)aligned vectors and matrices.
Definition: AlignmentFlag.h:63
BoolConstant< true > TrueType
Type traits base class.
Definition: IntegralConstant.h:132
Header file for all forward declarations for views.
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for submatrices.
Definition: IsSubmatrix.h:91