Assign to this array the value of the specified rhs array, and return a non‐`const` reference to this array.

Synopsis

Declared in <bdlc_bitarray.h>

BitArray&
operator=(BitArray const& rhs);

Return Value

non‐`const` reference to this array

Parameters

Name

Description

rhs

array providing the value to assign

Created with MrDocs