[#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); ---- [.small]#xref:bsl/_Slist_iterator/operator_inc-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#