[#BloombergLP-bsltf-InputIterator-operator_inc-00b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Increment operators == Synopses Declared in `<bsltf_inputiterator.h>` Increment this iterator to refer to the next contiguous `TYPE` object, and return a reference to after the increment. The behavior is undefined if this iterator is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE>]& xref:BloombergLP/bsltf/InputIterator/operator_inc-001.adoc[operator++](); ---- [.small]#xref:BloombergLP/bsltf/InputIterator/operator_inc-001.adoc[_» more..._]# Copy this iterator, increment, and return by value the copy that was made prior to the increment. The behavior is undefined if this iterator is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE>] xref:BloombergLP/bsltf/InputIterator/operator_inc-004.adoc[operator++](int); ---- [.small]#xref:BloombergLP/bsltf/InputIterator/operator_inc-004.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#