Create a nullable object having the value of the specified original object and that uses the mechanism of the specified allocator to supply memory.

Synopsis

Declared in <bdlb_nullableallocatedvalue.h>

NullableAllocatedValue(
    NullableAllocatedValue const& original,
    bsl::allocator<char> const& allocator);

Created with MrDocs