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

Method range

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

Source from the content-addressed store, hash-verified

650 }
651
652 auto range() const -> Range { return range_; }
653
654 auto begin() const -> decltype(range_.begin()) { return range_.begin(); }
655 auto end() const -> decltype(range_.end()) { return range_.end(); }

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64