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

Function main

12.19-constevalParmCheck1/main.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181int main()
182{
183 auto str = format("ds", 12457, " hello");
184
185 printf("'%s'", str.data());
186}

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
formatFunction · 0.70

Tested by

no test coverage detected