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

Method string_scan_buffer

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

Source from the content-addressed store, hash-verified

148
149 public:
150 explicit string_scan_buffer(string_view s)
151 : scan_buffer(s.begin(), s.end(), true) {}
152};
153
154class file_scan_buffer final : public scan_buffer {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected