35 #ifndef _BLAZE_MATH_TYPETRAITS_ISELEMENTS_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISELEMENTS_H_ 87 template<
typename T >
99 template<
typename VT,
bool TF,
bool DF,
size_t... CEAs >
100 struct IsElements< Elements<VT,TF,DF,CEAs...> >
112 template<
typename VT,
bool TF,
bool DF,
size_t... CEAs >
113 struct IsElements< const Elements<VT,TF,DF,CEAs...> >
125 template<
typename VT,
bool TF,
bool DF,
size_t... CEAs >
126 struct IsElements< volatile Elements<VT,TF,DF,CEAs...> >
138 template<
typename VT,
bool TF,
bool DF,
size_t... CEAs >
139 struct IsElements< const volatile Elements<VT,TF,DF,CEAs...> >
Compile time check for element selections.This type trait tests whether or not the given template par...
Definition: IsElements.h:88
Header file for the FalseType type/value trait base class.
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for all forward declarations for views.
Header file for the TrueType type/value trait base class.