[#bsl-_Slist_iterator-operator_inc-06] = xref:bsl.adoc[bsl]::xref:bsl/_Slist_iterator.adoc[_Slist_iterator]::operator++ :relfileprefix: ../../ :mrdocs: Increment operators == Synopses Declared in `<bslstp_slist.h>` Advance to the next element and return this iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/_Slist_iterator/_Self.adoc[_Self]& xref:bsl/_Slist_iterator/operator_inc-02.adoc[operator++](); ---- [.small]#xref:bsl/_Slist_iterator/operator_inc-02.adoc[_» more..._]# Advance to the next element and return the prior iterator value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/_Slist_iterator/_Self.adoc[_Self] xref:bsl/_Slist_iterator/operator_inc-0c.adoc[operator++](int __n); ---- [.small]#xref:bsl/_Slist_iterator/operator_inc-0c.adoc[_» more..._]# == Return Value * reference to this iterator after advancing * copy of this iterator before advancing == Parameters [cols="1,4"] |=== | Name| Description | *__n* | unused postfix‐increment discriminator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#