Constructors

Synopses

Declared in <bdlb_functionoutputiterator.h>

Create a default FunctionOutputIterator object.

Create an iterator that invokes the specified function.

explicit
FunctionOutputIterator(FUNCTION const& function);

Parameters

Name

Description

function

functor or function pointer invoked on assignment

Created with MrDocs