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