MCPcopy 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
367template <typename Char>

Callers 3

formatMethod · 0.45
formatFunction · 0.45
format_toFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected