[#BloombergLP-bdlb-NullOutputIteratorAssignmentProxy-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullOutputIteratorAssignmentProxy.adoc[NullOutputIteratorAssignmentProxy]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs`. The operator has no effect. == Synopsis Declared in `<bdlb_nulloutputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator=(TYPE const& rhs); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | value that would be assigned (ignored) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#