[#BloombergLP-bdlb-operator_inc-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator++ :relfileprefix: ../../ :mrdocs: Do nothing and return a copy of the specified `iterator`. == Synopsis Declared in `<bdlb_functionoutputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FUNCTION> xref:BloombergLP/bdlb/FunctionOutputIterator.adoc[FunctionOutputIterator<FUNCTION>] operator++( xref:BloombergLP/bdlb/FunctionOutputIterator.adoc[FunctionOutputIterator<FUNCTION>]& iterator, int postfix); ---- == Return Value a copy of `iterator` == Parameters [cols="1,4"] |=== | Name| Description | *iterator* | iterator returned unchanged | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#