[#bsl-_Ht_iterator-operator_inc-0d] = xref:bsl.adoc[bsl]::xref:bsl/_Ht_iterator.adoc[_Ht_iterator]::operator++ :relfileprefix: ../../ :mrdocs: Increment operators == Synopses Declared in `<bslstp_hashtable.h>` Advance this iterator to the next element and return its new value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/_Ht_iterator/_Self.adoc[_Self]& xref:bsl/_Ht_iterator/operator_inc-09.adoc[operator++](); ---- [.small]#xref:bsl/_Ht_iterator/operator_inc-09.adoc[_» more..._]# Advance this iterator to the next element and return its previous value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/_Ht_iterator/_Self.adoc[_Self] xref:bsl/_Ht_iterator/operator_inc-00.adoc[operator++](int); ---- [.small]#xref:bsl/_Ht_iterator/operator_inc-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#