Return a const reference to the element referenced by this iterator. The behavior is undefined unless for this iterator, referencing a CompactedArray array, CompactedArray_ConstIterator() != *this and *this ‐ array.begin() < array.length().
Synopsis
Declared in <bdlc_compactedarray.h>
TYPE const&
operator‐>() const;
Created with MrDocs