[#bsl-List_Iterator-operator_dec-0b] = xref:bsl.adoc[bsl]::xref:bsl/List_Iterator.adoc[List_Iterator]::operator‐‐ :relfileprefix: ../../ :mrdocs: Decrement operators == Synopses Declared in `<bslstl_list.h>` Regress this iterator to the previous 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_dec-0d2.adoc[operator‐‐](); ---- [.small]#xref:bsl/List_Iterator/operator_dec-0d2.adoc[_» more..._]# Regress this iterator to the previous 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_dec-0d6.adoc[operator‐‐](int postfix); ---- [.small]#xref:bsl/List_Iterator/operator_dec-0d6.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]#