[#BloombergLP-bdlc-PackedIntArrayConstIterator-operator_ptr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator]::operator‐> :relfileprefix: ../../../ :mrdocs: Return the element value referenced by this iterator. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE operator‐>() const; ---- == Description The behavior is undefined unless for this iterator, referencing an element within a `PackedIntArray` `array`, `PackedIntArrayConstInterator() != *this` and `*this ‐ array.begin() < array.length()`. == Return Value element value referenced by this iterator [.small]#Created with https://www.mrdocs.com[MrDocs]#