[#BloombergLP-bdlb-FunctionOutputIterator-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/FunctionOutputIterator.adoc[FunctionOutputIterator]::FunctionOutputIterator :relfileprefix: ../../../ :mrdocs: Create a `FunctionOutputIterator` object that, when an assignment is performed on the dereferenced object, will call a default constructed instance of the (template parameter) type `FUNCTION` passing the assigned value as the argument. Note that if `FUNCTION` is a function pointer type, then the default constructed `FUNCTION` will be 0, and the behavior when assigning to a dereferenced iterator will be undefined. == Synopsis Declared in `<bdlb_functionoutputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FunctionOutputIterator(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#