35 #ifndef _BLAZE_UTIL_DIMENSIONOF_H_ 36 #define _BLAZE_UTIL_DIMENSIONOF_H_ 75 template<
typename T,
size_t N >
Header file for the UNUSED_PARAMETER function template.
Header file for basic type definitions.
constexpr void UNUSED_PARAMETER(const Args &...)
Suppression of unused parameter warnings.
Definition: Unused.h:81
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr size_t dimensionof(T(&a)[N])
Static evaluation of array dimensions.
Definition: DimensionOf.h:76