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

Method operator ->

API/fleece/Fleece.hh:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 inline uint32_t count() const {return FLArrayIterator_GetCount(this);}
145 inline bool next();
146 inline valueptr operator -> () const {return valueptr(value());}
147 inline Value operator * () const {return value();}
148 inline explicit operator bool() const {return (bool)value();}
149 inline iterator& operator++ () {next(); return *this;}

Callers

nothing calls this directly

Calls 1

valueptrClass · 0.85

Tested by

no test coverage detected