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