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

Function main

12.18-constevalParmCheck0/main.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int main()
74{
75 auto str = format("ds", 12457, " hello");
76
77 printf("'%s'", str.data());
78}

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
formatFunction · 0.70

Tested by

no test coverage detected