Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
12.02-constexprStrlenCpp111/main.cpp:13–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
int main()
14
{
15
constexpr char name[]{
"Scott"
};
16
constexpr auto len = StrLen(name); // #A constexpr now
17
18
printf(
"%zd\n"
, len);
19
}
Callers
nothing calls this directly
Calls
1
StrLen
Function · 0.70
Tested by
no test coverage detected