[#BloombergLP-bdld-ManagedDatum-clone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum]::clone :relfileprefix: ../../../ :mrdocs: Assign to this object the specified `value` by making a "deep copy" of `value`, so that any dynamically allocated memory managed by `value` is cloned and not shared with `value`. == Synopsis Declared in `<bdld_manageddatum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void clone(xref:BloombergLP/bdld/Datum.adoc[Datum] const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#