MCPcopy Create free account
hub / github.com/fmtlib/fmt / nested_formatter

Method nested_formatter

include/fmt/format.h:4112–4112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4110
4111 public:
4112 constexpr nested_formatter() : width_(0) {}
4113
4114 FMT_CONSTEXPR auto parse(parse_context<Char>& ctx) -> const Char* {
4115 auto it = ctx.begin(), end = ctx.end();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected