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:424–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
423
template <typename OutputIt, typename... Args>
424
OutputIt format(OutputIt out, const Args&... args) const {
425
out = lhs.format(out, args...);
426
return rhs.format(out, args...);
427
}
428
};
429
430
template <typename L, typename R>
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected