Append to this array the elements from the specified srcArray.
Synopsis
Declared in <bdlc_compactedarray.h>
void
append(CompactedArray const& srcArray);
Description
Note that if this array and srcArray are the same, the behavior is as if a copy of srcArray were passed.
Parameters
Name |
Description |
srcArray |
array whose elements are appended |
Created with MrDocs