Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ format
Function
format
12.19-constevalParmCheck1/main.cpp:173–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
172
template<class... Args>
173
string format(format_string<Args...> fmt, const Args&... args)
174
{
175
string out{};
176
Formatter(out, fmt.str, args...);
177
178
return out;
179
}
180
181
int main()
182
{
Callers
1
main
Function · 0.70
Calls
1
Formatter
Function · 0.70
Tested by
no test coverage detected