[#bsl-List_Iterator-operator_inc-0f] = xref:bsl.adoc[bsl]::xref:bsl/List_Iterator.adoc[List_Iterator]::operator++ :relfileprefix: ../../ :mrdocs: Increment operators == Synopses Declared in `<bslstl_list.h>` Advance this iterator to the next element and return its new value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/List_Iterator.adoc[List_Iterator<VALUE>]& xref:bsl/List_Iterator/operator_inc-04.adoc[operator++](); ---- [.small]#xref:bsl/List_Iterator/operator_inc-04.adoc[_» more..._]# Advance this iterator to the next element and return its previous value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/List_Iterator.adoc[List_Iterator<VALUE>] xref:bsl/List_Iterator/operator_inc-08.adoc[operator++](int postfix); ---- [.small]#xref:bsl/List_Iterator/operator_inc-08.adoc[_» more..._]# == Return Value * modifiable reference to this iterator * previous value of this iterator == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#