[#BloombergLP-bdlc-BitArray-append-08] = 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` having the specified `value`. Note that this method has the same behavior as: ` insert(length(), value, numBits); ` == Synopsis Declared in `<bdlc_bitarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append( bool value, std::size_t numBits); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#