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