Return the element value referenced by this iterator.
Declared in <bdlc_packedintarray.h>
TYPE
operator*() const;
The behavior is undefined unless for this iterator, referencing an element within a PackedIntArray array, PackedIntArrayConstInterator() != *this and *this - array.begin() < array.length().
element value referenced by this iterator