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

Method end

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

Returns an iterator past the end of the format string range being parsed.

Source from the content-addressed store, hash-verified

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(); }
856
857 /// Advances the begin iterator to `it`.
858 FMT_CONSTEXPR void advance_to(iterator it) {

Callers 3

copyFunction · 0.45
outMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected