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