MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

12.01-constexprStrlenCpp110/main.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13int main()
14{
15 constexpr char name[]{"Scott"};
16 auto len = StrLen(name);
17
18 printf("%zd\n", len);
19}

Callers

nothing calls this directly

Calls 1

StrLenFunction · 0.70

Tested by

no test coverage detected