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