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