MCPcopy Create free account
hub / github.com/couchbase/fleece / operator->

Method operator->

Fleece/Core/Array.hh:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 const Value* value() const noexcept FLPURE {return _value;}
87 explicit operator const Value* () const noexcept FLPURE {return _value;}
88 const Value* operator-> () const noexcept FLPURE {return _value;}
89
90 /** Returns the current item and advances to the next. */
91 const Value* read() noexcept {auto v = _value; ++(*this); return v;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected