MCPcopy Create free account
hub / github.com/fmtlib/fmt / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

104 return copy;
105 }
106 auto operator*() const -> char { return value_; }
107
108 auto base() const -> const char* { return buf_->ptr_; }
109

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected