[#BloombergLP-bdld-Datum-clone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::clone :relfileprefix: ../../../ :mrdocs: Return a datum holding a "deep‐copy" of this object, using the specified `allocator` to supply memory. This method creates an independent deep‐copy of the data of this object, including any referenced data, with the exception of {User Defined Types}. For further information see {Deep Copying}. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/Datum.adoc[Datum] clone(xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#