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

Function staticStrlen

runtime/NanoLogCpp17Test.cc:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382template<int N>
383constexpr static int
384staticStrlen(const char (&)[N]) {
385 return N;
386}
387
388template<int N>
389constexpr static int

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected