35 #ifndef _BLAZE_MATH_TYPETRAITS_SIZE_H_ 36 #define _BLAZE_MATH_TYPETRAITS_SIZE_H_ 79 template<
typename T,
size_t N >
91 template<
typename T,
size_t N >
92 struct Size< const T, N >
104 template<
typename T,
size_t N >
105 struct Size< volatile T, N >
117 template<
typename T,
size_t N >
118 struct Size< const volatile T, N >
Header file for basic type definitions.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
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 size of vectors and matrices.The Size type trait evaluates the size of...
Definition: Size.h:80