BloombergLP::bdlc::PackedIntArray::operator=

Assign to this array the value of the specified rhs array.

Synopsis

Declared in <bdlc_packedintarray.h>

PackedIntArray<TYPE>&
operator=(PackedIntArray const& rhs);

Description

Return a reference providing modifiable access to this array.

Return Value

modifiable reference to this array

Parameters

NameDescription
rhsarray to assign from