[#BloombergLP-bdlc-operator_dec-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator‐‐ :relfileprefix: ../../ :mrdocs: Post‐decrement the specified iterator `iter`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[bdlc::PackedIntArrayConstIterator<TYPE>] operator‐‐( xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>]& iter, int); ---- == Description Decrement the specified iterator `iter` to refer to the previous element in the referenced array, and return an iterator referring to the original element (_before_ the decrementation). The returned iterator, `it`, referencing an element within a `PackedIntArray`, `array`, remains valid as long as `0 <= it ‐ array.begin() <= array.length()`. The behavior is undefined unless, on entry, `PackedIntArrayConstInterator() != iter` and `0 < iter ‐ array.begin()`. == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlc/operator_dec-0b.adoc[`operator‐‐<>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#