35 #ifndef _BLAZE_UTIL_DIMENSIONOF_H_ 36 #define _BLAZE_UTIL_DIMENSIONOF_H_ 63 template<
unsigned int N >
91 template<
typename T,
unsigned int N >
95 return sizeof( Array<N> );
Header file for the UNUSED_PARAMETER function template.
Header file for basic type definitions.
unsigned char byte_t
Byte data type of the Blaze library.The byte data type is guaranteed to be an integral data type of s...
Definition: Types.h:79
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
size_t dimensionof(T(&a)[N])
Static evaluation of array dimensions.
Definition: DimensionOf.h:92
void UNUSED_PARAMETER(const Args &...)
Suppression of unused parameter warnings.
Definition: Unused.h:81