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

Method parse_context

include/fmt/base.h:846–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844 using iterator = const Char*;
845
846 constexpr explicit parse_context(basic_string_view<Char> fmt,
847 int next_arg_id = 0)
848 : fmt_(fmt), next_arg_id_(next_arg_id) {}
849
850 /// Returns an iterator to the beginning of the format string range being
851 /// parsed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected