Append all elements from srcArray to this array.

Synopsis

Declared in <bdlc_packedintarray.h>

void
append(PackedIntArrayImp const& srcArray);

Description

Append all values from srcArray to the end of this array.

Append the sequence of values represented by the specified srcArray to the end of this array. 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

source packed integer array to append

Created with MrDocs