MCPcopy 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
430template <typename L, typename R>

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected