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

Method end

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected