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

Method operator *

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

Source from the content-addressed store, hash-verified

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;}
150 inline bool operator!= (const iterator&) {return value() != nullptr;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected