35#ifndef _BLAZE_MATH_TYPETRAITS_ISROWS_H_
36#define _BLAZE_MATH_TYPETRAITS_ISROWS_H_
100template<
typename MT,
bool SO,
bool DF,
bool SF,
typename... CRAs >
101struct IsRows< Rows<MT,SO,DF,SF,CRAs...> >
113template<
typename MT,
bool SO,
bool DF,
bool SF,
typename... CRAs >
114struct IsRows< const Rows<MT,SO,DF,SF,CRAs...> >
126template<
typename MT,
bool SO,
bool DF,
bool SF,
typename... CRAs >
127struct IsRows< volatile Rows<MT,SO,DF,SF,CRAs...> >
139template<
typename MT,
bool SO,
bool DF,
bool SF,
typename... CRAs >
140struct IsRows< const volatile Rows<MT,SO,DF,SF,CRAs...> >
160template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsRows_v
Auxiliary variable template for the IsRows type trait.
Definition: IsRows.h:161
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 row selections.
Definition: IsRows.h:91