Functions
-
template <typename Tsize_t N>char (&)[N] ArraySizeHelper (const T (&)[N] array)Note: this internal template function declaration is used by ABSL_ARRAYSIZE.
The function doesn't need a definition, as we only use its type.