35 #ifndef _BLAZE_MATH_TYPETRAITS_ISSUBVECTOR_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISSUBVECTOR_H_ 88 template<
typename T >
100 template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
101 struct IsSubvector< Subvector<VT,AF,TF,DF,CSAs...> >
113 template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
114 struct IsSubvector< const Subvector<VT,AF,TF,DF,CSAs...> >
126 template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
127 struct IsSubvector< volatile Subvector<VT,AF,TF,DF,CSAs...> >
139 template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
140 struct IsSubvector< const volatile Subvector<VT,AF,TF,DF,CSAs...> >
160 template<
typename T >
AlignmentFlag
Alignment flag for (un-)aligned vectors and matrices.Via these flags it is possible to specify subvec...
Definition: AlignmentFlag.h:62
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: IntegralConstant.h:132
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool IsSubvector_v
Auxiliary variable template for the IsSubvector type trait.The IsSubvector_v variable template provid...
Definition: IsSubvector.h:161
Compile time check for subvectors.This type trait tests whether or not the given template parameter i...
Definition: IsSubvector.h:89
Header file for all forward declarations for views.
Header file for the IntegralConstant class template.