[#prevector-0c-iterator-operator_dec-0c] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/iterator.adoc[iterator]::operator‐‐ :relfileprefix: ../../ :mrdocs: Decrement operators == Synopses Declared in `<prevector.h>` Moves the iterator to the previous element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c/iterator.adoc[iterator]& xref:prevector-0c/iterator/operator_dec-06.adoc[operator‐‐](); ---- [.small]#xref:prevector-0c/iterator/operator_dec-06.adoc[_» more..._]# Moves the iterator back, returning its previous value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c/iterator.adoc[iterator] xref:prevector-0c/iterator/operator_dec-04.adoc[operator‐‐](int postfix); ---- [.small]#xref:prevector-0c/iterator/operator_dec-04.adoc[_» more..._]# == Return Value * A reference to this iterator. * A copy of the iterator before it was moved back. == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | Unused tag distinguishing the postfix form. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#