[#BloombergLP-bdlb-NullableValue-2constructor-069] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValue.adoc[NullableValue]::NullableValue :relfileprefix: ../../../ :mrdocs: Create a nullable object having the null value. If `TYPE` takes an optional allocator at construction, use the currently installed default allocator to supply memory for subsequent values assigned to this object. == Synopsis Declared in `<bdlb_nullablevalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- NullableValue(xref:bsl/nullopt_t.adoc[bsl::nullopt_t] const&) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#