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