BloombergLP::bdlb::operator++

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

NameDescription
iteratoriterator returned unchanged
postfixunused parameter distinguishing the postfix operator