[#BloombergLP-bdlb-FunctionOutputIterator-AssignmentProxy-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/FunctionOutputIterator.adoc[FunctionOutputIterator]::xref:BloombergLP/bdlb/FunctionOutputIterator.adoc[AssignmentProxy]::operator= :relfileprefix: ../../../../ :mrdocs: Invoke the held function with the specified `rhs` and return a reference to this proxy. == Synopsis Declared in `<bdlb_functionoutputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bdlb/FunctionOutputIterator.adoc[FunctionOutputIterator<FUNCTION>::AssignmentProxy]& operator=(TYPE const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#