BloombergLP::bdlc::CompactedArray_CountedValue::operator=

Assign to this object the value and reference count of rhs.

Synopsis

Declared in <bdlc_compactedarray.h>

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

Description

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.

Return Value

modifiable reference to this object

Parameters

NameDescription
rhsobject to assign from