Constructors
Declared in <bdlb_functionoutputiterator.h>
Create a default FunctionOutputIterator object.
FunctionOutputIterator();
» more...
Create an iterator that invokes the specified function.
explicit
FunctionOutputIterator(FUNCTION const& function);
» more...
| Name | Description |
|---|---|
| function | functor or function pointer invoked on assignment |