[#BloombergLP-bdlb-NullableValue-2constructor-07b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValue.adoc[NullableValue]::NullableValue :relfileprefix: ../../../ :mrdocs: Create a nullable object having the same value as the specified `original` object by moving the contents of `original` to the newly‐created object. If `TYPE` takes an optional allocator at construction, the allocator associated with `original` is propagated for use in the newly‐created object. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bdlb_nullablevalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- NullableValue(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<NullableValue>] original) noexcept(/* see-below */); ---- == Exception specification This function is potentially-throwing unless `bsl::is_nothrow_move_constructible<TYPE>::value`. [.small]#Created with https://www.mrdocs.com[MrDocs]#