35#ifndef _BLAZE_MATH_TYPETRAITS_ISSUBVECTOR_H_
36#define _BLAZE_MATH_TYPETRAITS_ISSUBVECTOR_H_
100template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
101struct IsSubvector< Subvector<VT,AF,TF,DF,CSAs...> >
113template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
114struct IsSubvector< const Subvector<VT,AF,TF,DF,CSAs...> >
126template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
127struct IsSubvector< volatile Subvector<VT,AF,TF,DF,CSAs...> >
139template<
typename VT,
AlignmentFlag AF,
bool TF,
bool DF,
size_t... CSAs >
140struct IsSubvector< const volatile Subvector<VT,AF,TF,DF,CSAs...> >
160template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsSubvector_v
Auxiliary variable template for the IsSubvector type trait.
Definition: IsSubvector.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 subvectors.
Definition: IsSubvector.h:91