[#BloombergLP-bdlc-BitArray-append-064] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/BitArray.adoc[BitArray]::append :relfileprefix: ../../../ :mrdocs: Append to this array the specified `numBits` from the specified `srcArray`, beginning at the specified `srcIndex`. The behavior is undefined unless `srcIndex + numBits <= srcArray.length()`. Note that this method has the same behavior as: ` insert(length(), srcArray, srcIndex, numBits); ` == Synopsis Declared in `<bdlc_bitarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append( xref:BloombergLP/bdlc/BitArray.adoc[BitArray] const& srcArray, std::size_t srcIndex, std::size_t numBits); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#