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