[#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`. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(TYPE const& value); ---- == Description Note that this method is logically equivalent to: ` push_back(value); ` == Parameters [cols="1,4"] |=== | Name| Description | *value* | value of the appended element |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#