35 #ifndef _BLAZE_MATH_TYPETRAITS_ROWS_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ROWS_H_ 74 template<
typename T >
86 template<
typename T >
87 struct Rows< const T >
99 template<
typename T >
100 struct Rows< volatile T >
112 template<
typename T >
113 struct Rows< const volatile T >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the PtrdiffT class template.
Compile time integral constant wrapper for ptrdiff_t.The PtrdiffT class template represents an integr...
Definition: PtrdiffT.h:72
Compile time evaluation of the number of rows of a matrix.The Rows type trait evaluates the number of...
Definition: Rows.h:75