[#BloombergLP-bdlc-CompactedArray-append-0643] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/CompactedArray.adoc[CompactedArray]::append :relfileprefix: ../../../ :mrdocs: Append to this array the elements from the specified `srcArray`. 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_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(xref:BloombergLP/bdlc/CompactedArray.adoc[CompactedArray] const& srcArray); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#