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

Method base

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

Source from the content-addressed store, hash-verified

106 auto operator*() const -> char { return value_; }
107
108 auto base() const -> const char* { return buf_->ptr_; }
109
110 friend auto to_contiguous(iterator it) -> maybe_contiguous_range;
111 friend auto advance(iterator it, size_t n) -> iterator;

Callers 1

vscanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected