35#ifndef _BLAZE_MATH_TYPETRAITS_ISBAND_H_
36#define _BLAZE_MATH_TYPETRAITS_ISBAND_H_
101template<
typename MT,
bool TF,
bool DF,
bool MF, ptrdiff_t... CBAs >
102struct IsBand< Band<MT,TF,DF,MF,CBAs...> >
114template<
typename MT,
bool TF,
bool DF,
bool MF,
ptrdiff_t... CBAs >
115struct IsBand< const Band<MT,TF,DF,MF,CBAs...> >
127template<
typename MT,
bool TF,
bool DF,
bool MF,
ptrdiff_t... CBAs >
128struct IsBand< volatile Band<MT,TF,DF,MF,CBAs...> >
140template<
typename MT,
bool TF,
bool DF,
bool MF,
ptrdiff_t... CBAs >
141struct IsBand< const volatile Band<MT,TF,DF,MF,CBAs...> >
161template<
typename T >
Header file for the IntegralConstant class template.
Pointer difference type of the Blaze library.
constexpr bool IsBand_v
Auxiliary variable template for the IsBand type trait.
Definition: IsBand.h:162
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 bands.
Definition: IsBand.h:92
Header file for basic type definitions.