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

Method operator[]

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

Source from the content-addressed store, hash-verified

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;
154 friend class Array;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected