35 #ifndef _BLAZE_MATH_TYPETRAITS_SIZE_H_ 36 #define _BLAZE_MATH_TYPETRAITS_SIZE_H_ 73 template<
typename T >
85 template<
typename T >
86 struct Size< const T >
98 template<
typename T >
99 struct Size< volatile T >
111 template<
typename T >
112 struct Size< 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 size of a vector.The Size type trait evaluates the size of the given v...
Definition: Size.h:74