Assign to this object the value and reference count of rhs.
Declared in <bdlc_compactedarray.h>
CompactedArray_CountedValue<TYPE>&
operator=(CompactedArray_CountedValue<TYPE> const& rhs);
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.
modifiable reference to this object
| Name | Description |
|---|---|
| rhs | object to assign from |