MCPcopy 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

6import<cstdio>;
7
8int 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
18int main() {}

Callers

nothing calls this directly

Calls 1

NormalizeFunction · 0.85

Tested by

no test coverage detected