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