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

Method begin

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

Returns an iterator to the beginning of the format string range being parsed.

Source from the content-addressed store, hash-verified

850 /// Returns an iterator to the beginning of the format string range being
851 /// parsed.
852 constexpr auto begin() const noexcept -> iterator { return fmt_.begin(); }
853
854 /// Returns an iterator past the end of the format string range being parsed.
855 constexpr auto end() const noexcept -> iterator { return fmt_.end(); }

Callers 2

invoke_parseFunction · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected