Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ format
Method
format
extlibs/fmt/include/fmt/compile.h:361–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
360
template <typename OutputIt, typename... Args>
361
OutputIt format(OutputIt out, const Args&...) const {
362
// TODO: reserve
363
return copy_str<Char>(data.begin(), data.end(), out);
364
}
365
};
366
367
template <typename Char>
Callers
3
format
Method · 0.45
format
Function · 0.45
format_to
Function · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected