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

Method consume

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

Source from the content-addressed store, hash-verified

145class string_scan_buffer final : public scan_buffer {
146 private:
147 void consume() override {}
148
149 public:
150 explicit string_scan_buffer(string_view s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected