Return a const reference to the element at the specified offset from the location referenced by this iterator. The behavior is undefined unless for this iterator, referencing a CompactedArray array, CompactedArray_ConstIterator() != *this and 0 <= *this ‐ array.begin() + offset < array.length().
Synopsis
Declared in <bdlc_compactedarray.h>
TYPE const&
operator[](std::ptrdiff_t offset) const;
Created with MrDocs