Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
04.05-namespaceDetails1/main.cpp:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import<cstdio>;
7
8
int main()
9
{
10
const bool b{true};
11
12
const auto s = Normalize(b);
13
14
printf(
"%s\n"
, s.c_str());
15
}
16
17
#else
18
int main() {}
Callers
nothing calls this directly
Calls
1
Normalize
Function · 0.85
Tested by
no test coverage detected