Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ format
Function
format
12.18-constevalParmCheck0/main.cpp:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
template<class... Args>
65
string format(std::string_view fmt, const Args&... args)
66
{
67
string out{};
68
Formatter(out, fmt, args...);
69
70
return out;
71
}
72
73
int main()
74
{
Callers
15
main
Function · 0.70
WithStdFormat
Function · 0.50
Use
Function · 0.50
format
Method · 0.50
vlog
Function · 0.50
main
Function · 0.50
format
Method · 0.50
log
Function · 0.50
format
Method · 0.50
vlog
Function · 0.50
Log
Function · 0.50
main
Function · 0.50
Calls
1
Formatter
Function · 0.70
Tested by
no test coverage detected