Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
int main()
74
{
75
auto str = format(
"ds"
, 12457,
" hello"
);
76
77
printf(
"'%s'"
, str.data());
78
}
Callers
nothing calls this directly
Calls
2
data
Method · 0.80
format
Function · 0.70
Tested by
no test coverage detected