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