Assign to this array the value of the specified rhs array, and return a reference providing modifiable access to this array.
Declared in <bdlc_compactedarray.h>
CompactedArray<TYPE>&
operator=(CompactedArray const& rhs);
modifiable reference to this array
| Name | Description |
|---|---|
| rhs | array to assign from |