Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
183
template<class T, size_t N>
184
constexpr size_t arraySize(T (&)[N]) { return N; }
185
186
} // end Util
187
Callers
5
RuntimeLogger
Method · 0.85
getHistograms
Method · 0.85
compressionThreadMain
Method · 0.85
reserveSpaceInternal
Method · 0.85
StagingBuffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected