[#BloombergLP-bdlb-NullableAllocatedValue-2constructor-07e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue]::NullableAllocatedValue :relfileprefix: ../../../ :mrdocs: Create a nullable object having the value of the specified `original` object. Use the currently installed default allocator to supply memory. == Synopsis Declared in `<bdlb_nullableallocatedvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- NullableAllocatedValue(xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue] const& original); ---- == Parameters [cols="1,4"] |=== | Name| Description | *original* | source nullable used to initialize this object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#