MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / format

Method format

extlibs/fmt/include/fmt/printf.h:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313 template <typename FormatContext>
314 auto format(const T& value, FormatContext& ctx) -> decltype(ctx.out()) {
315 internal::format_value(internal::get_container(ctx.out()), value);
316 return ctx.out();
317 }
318};
319
320/** This template formats data and writes the output to a writer. */

Callers

nothing calls this directly

Calls 2

format_valueFunction · 0.85
outMethod · 0.45

Tested by

no test coverage detected