[#BloombergLP-bdlb-NullOutputIterator-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullOutputIterator.adoc[NullOutputIterator]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` iterator, and return a reference providing modifiable access to this object. == Synopsis Declared in `<bdlb_nulloutputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullOutputIterator.adoc[NullOutputIterator<TYPE>]& operator=(xref:BloombergLP/bdlb/NullOutputIterator.adoc[NullOutputIterator] const& rhs); ---- == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | iterator whose value is assigned (ignored) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#