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

Method scan_parse_context

test/scan.h:214–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 using iterator = string_view::iterator;
213
214 FMT_CONSTEXPR explicit scan_parse_context(string_view format)
215 : format_(format) {}
216
217 FMT_CONSTEXPR auto begin() const -> iterator { return format_.begin(); }
218 FMT_CONSTEXPR auto end() const -> iterator { return format_.end(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected