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

Method begin

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

Source from the content-addressed store, hash-verified

125 }
126
127 auto begin() -> iterator { return this; }
128 auto end() -> sentinel { return {}; }
129
130 auto is_contiguous() const -> bool { return contiguous_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected