[#BloombergLP-bdlb-NullOutputIteratorAssignmentProxy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::NullOutputIteratorAssignmentProxy :relfileprefix: ../../ :mrdocs: Provide an object that can appear on the left side of an assignment from `TYPE`. The operation AssignmentProxy() = TYPE() is valid and has no effect. == Synopsis Declared in `<bdlb_nulloutputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class NullOutputIteratorAssignmentProxy; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/NullOutputIteratorAssignmentProxy/operator_assign.adoc[`operator=`] | Assign to this object the value of the specified `rhs`. The operator has no effect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#