Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ printf
Method
printf
ext/include/cppformat/format.h:2162–2164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2160
2161
template <typename Char>
2162
void printf(BasicWriter<Char> &w, BasicStringRef<Char> format, ArgList args) {
2163
internal::PrintfFormatter<Char>().format(w, format, args);
2164
}
2165
2166
/**
2167
\rst
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected