[#BloombergLP-bdlc-CompactedArray_CountedValue-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the underlying object value and reference count of the specified `rhs` object, and return a reference providing modifiable access to this object. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>]& operator=(xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#