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

Method operator[]

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

Source from the content-addressed store, hash-verified

125 inline Value get(uint32_t index) const;
126
127 inline Value operator[] (int index) const {return get(index);}
128 inline Value operator[] (const KeyPath &kp) const {return Value::operator[](kp);}
129
130 Array& operator= (Array a) {_val = a._val; return *this;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected