Create a nullable object having the value of the specified original object. If TYPE takes an optional allocator at construction, use the currently installed default allocator to supply memory.
Synopsis
Declared in <bdlb_nullablevalue.h>
NullableValue(NullableValue const& original);
Created with MrDocs