35 #ifndef _BLAZE_MATH_TYPETRAITS_ISCOLUMN_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISCOLUMN_H_ 88 template<
typename T >
100 template<
typename MT,
bool SO,
bool DF,
bool SF,
size_t... CCAs >
101 struct IsColumn< Column<MT,SO,DF,SF,CCAs...> >
113 template<
typename MT,
bool SO,
bool DF,
bool SF,
size_t... CCAs >
114 struct IsColumn< const Column<MT,SO,DF,SF,CCAs...> >
126 template<
typename MT,
bool SO,
bool DF,
bool SF,
size_t... CCAs >
127 struct IsColumn< volatile Column<MT,SO,DF,SF,CCAs...> >
139 template<
typename MT,
bool SO,
bool DF,
bool SF,
size_t... CCAs >
140 struct IsColumn< const volatile Column<MT,SO,DF,SF,CCAs...> >
160 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: IntegralConstant.h:132
Compile time check for columns.This type trait tests whether or not the given template parameter is a...
Definition: IsColumn.h:89
constexpr bool IsColumn_v
Auxiliary variable template for the IsColumn type trait.The IsColumn_v variable template provides a c...
Definition: IsColumn.h:161
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for all forward declarations for views.
Header file for the IntegralConstant class template.