MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / arraySize

Function arraySize

runtime/Util.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182// Returns the number of elements in a statically allocated array.
183template<class T, size_t N>
184constexpr size_t arraySize(T (&)[N]) { return N; }
185
186} // end Util
187

Callers 5

RuntimeLoggerMethod · 0.85
getHistogramsMethod · 0.85
compressionThreadMainMethod · 0.85
reserveSpaceInternalMethod · 0.85
StagingBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected