MCPcopy Create free account
hub / github.com/couchbase/fleece / ArrayIterator

Method ArrayIterator

Fleece/Core/Array.cc:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139 ArrayIterator::ArrayIterator(const Array *a) noexcept
140 :impl(a),
141 _value(firstValue())
142 { }
143
144 ArrayIterator& ArrayIterator::operator++() {
145 offset(1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected