Append to this array the values from the specified srcArray. Note that this method has the same behavior as: ` insert(length(), srcArray); `

Synopsis

Declared in <bdlc_bitarray.h>

void
append(BitArray const& srcArray);

Created with MrDocs