[#BloombergLP-bdld-DatumArrayBuilder-append] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumArrayBuilder.adoc[DatumArrayBuilder]::append :relfileprefix: ../../../ :mrdocs: Append the specified array `values` having the specified `length` to the `Datum` array being built by this object. The behavior is undefined unless `0 != length && 0 != values` and each element in `values` that needs dynamic memory, is allocated with the same allocator that was used to construct this object. The behavior is also undefined if `commit` has already been called on this object. == Synopsis Declared in `<bdld_datumarraybuilder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append( xref:BloombergLP/bdld/Datum.adoc[Datum] const* values, xref:BloombergLP/bdld/DatumArrayBuilder/SizeType.adoc[SizeType] length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#