[#BloombergLP-bdlc-CompactedArray_ConstIterator-operator_inc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Advance this iterator to refer to the next location in the referenced array, and return a reference to this iterator _after_ the advancement. The returned iterator, `it`, referencing a `CompactedArray` `array`, remains valid as long as `0 <= it ‐ array.begin() <= array.length()`. The behavior is undefined unless, on entry, `CompactedArray_ConstIterator() != *this` and `*this ‐ array.begin() < array.length()`. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>]& operator++(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#