Do nothing and return the specified iterator.

Synopsis

Declared in <bdlb_functionoutputiterator.h>

template<class FUNCTION>
FunctionOutputIterator<FUNCTION>&
operator++(FunctionOutputIterator<FUNCTION>& iterator);

Return Value

a reference to iterator

Parameters

Name

Description

iterator

iterator returned unchanged

Created with MrDocs