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

Function main

09.13-fixedString3/main.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119int main()
120{
121 print(FormatString<"%s, %s">{}, "Hello", "C++20");
122
123 print("%s, %s"_fs, "Hello", "C++20");
124
125 char fmt[]{"Hello, %s"};
126 print(fmt, "C++20");
127}

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected