35#ifndef _BLAZE_MATH_TYPETRAITS_ISELEMENTS_H_
36#define _BLAZE_MATH_TYPETRAITS_ISELEMENTS_H_
98template<
typename VT,
bool TF,
bool DF,
typename... CEAs >
111template<
typename VT,
bool TF,
bool DF,
typename... CEAs >
112struct IsElements< const Elements<VT,TF,DF,CEAs...> >
124template<
typename VT,
bool TF,
bool DF,
typename... CEAs >
125struct IsElements< volatile Elements<VT,TF,DF,CEAs...> >
137template<
typename VT,
bool TF,
bool DF,
typename... CEAs >
138struct IsElements< const volatile Elements<VT,TF,DF,CEAs...> >
158template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsElements_v
Auxiliary variable template for the IsElements type trait.
Definition: IsElements.h:159
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 element selections.
Definition: IsElements.h:89