[#BloombergLP-bdlc-operator_inc-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator++ :relfileprefix: ../../ :mrdocs: Advance the specified `iterator` to refer to the next location in the referenced array, and return an iterator referring to the original location (_before_ 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() != iterator` and `iterator ‐ array.begin() < array.length()`. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[bdlc::CompactedArray_ConstIterator<TYPE>] operator++( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>]& iterator, int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#