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

Function begin

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

Source from the content-addressed store, hash-verified

548 constexpr auto size() const noexcept -> size_t { return size_; }
549
550 constexpr auto begin() const noexcept -> iterator { return data_; }
551 constexpr auto end() const noexcept -> iterator { return data_ + size_; }
552
553 constexpr auto operator[](size_t pos) const noexcept -> const Char& {

Callers 9

write_codecvtFunction · 0.70
on_us_dateMethod · 0.70
on_iso_dateMethod · 0.70
on_12_hour_timeMethod · 0.70
range_beginFunction · 0.70
ranges.hFile · 0.70
joinFunction · 0.70
advance_toMethod · 0.70
joinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected