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);
Parameters
Name |
Description |
srcArray |
array whose bits are appended |
Created with MrDocs