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

Method operator!=

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

Source from the content-addressed store, hash-verified

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;}
151 inline Value operator[] (unsigned n) const {return FLArrayIterator_GetValueAt(this,n);}
152 private:
153 iterator() =default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected