[#BloombergLP-bdlb-operator_inc-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator++ :relfileprefix: ../../ :mrdocs: Increment `iterator` and return a copy of its previous value. == Synopsis Declared in `<bdlb_transformiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ITERATOR> xref:BloombergLP/bdlb/TransformIterator.adoc[bdlb::TransformIterator<FUNCTOR, ITERATOR>] operator++( xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>]& iterator, int postfix); ---- == Description Increment the underlying iterator of the specified `iterator`, and return a copy of `iterator` _before_ the increment. The behavior is undefined if incrementing the underlying iterator is undefined. == Return Value a copy of `iterator` before the increment == Parameters [cols="1,4"] |=== | Name| Description | *iterator* | transform iterator to increment | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#