[#BloombergLP-bdlc-BitArray-append-06b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/BitArray.adoc[BitArray]::append :relfileprefix: ../../../ :mrdocs: Append to this array the specified `value`. Note that this method has the same behavior as: ` insert(length(), value); ` == Synopsis Declared in `<bdlc_bitarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(bool value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#