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