Do nothing and return a copy of the specified iterator.
Declared in <bdlb_functionoutputiterator.h>
template<class FUNCTION>
FunctionOutputIterator<FUNCTION>
operator++(
FunctionOutputIterator<FUNCTION>& iterator,
int postfix);
a copy of iterator
| Name | Description |
|---|---|
| iterator | iterator returned unchanged |
| postfix | unused parameter distinguishing the postfix operator |