[#BloombergLP-bdld-ManagedDatum-2constructor-085] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum]::ManagedDatum :relfileprefix: ../../../ :mrdocs: Create a `ManagedDatum` object having the same value and allocator as the specified `original` object. == Synopsis Declared in `<bdld_manageddatum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ManagedDatum(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<ManagedDatum>] original); ---- == Description The value of `original` becomes unspecified but valid, and its allocator remains unchanged. == Parameters [cols="1,4"] |=== | Name| Description | *original* | object providing the value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#