[#BloombergLP-bdlc-PackedIntArrayImp-02-append-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp-02.adoc[PackedIntArrayImp<PackedIntArrayImp_Unsigned>]::append :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(xref:BloombergLP/bdlc/PackedIntArrayImp-0a.adoc[PackedIntArrayImp<PackedIntArrayImp_Unsigned>] const& srcArray); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#