[#BloombergLP-bdlc-CompactedArray-append-064f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/CompactedArray.adoc[CompactedArray]::append :relfileprefix: ../../../ :mrdocs: Append to this array an element having the specified `value`. Note that this method is logically equivalent to: ` push_back(value); ` == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#