Create a nullable object having the value of the specified original object and that uses the mechanism of the specified allocator to supply memory.
Declared in <bdlb_nullableallocatedvalue.h>
NullableAllocatedValue(
NullableAllocatedValue const& original,
bsl::allocator<char> const& allocator);
| Name | Description |
|---|---|
| original | source nullable used to initialize this object |
| allocator | allocator used to supply memory |