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

Method scan_buffer

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

Source from the content-addressed store, hash-verified

40
41 protected:
42 scan_buffer(const char* ptr, const char* end, bool contiguous)
43 : ptr_(ptr), end_(end), contiguous_(contiguous) {}
44 ~scan_buffer() = default;
45
46 void set(span<const char> buf) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected