[#BloombergLP-bsltf-InputIterator-operator_inc-004] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator]::operator++ :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bsltf_inputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE>] operator++(int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#