Create a nullable object having the specified value and that uses the mechanism of specified allocator to supply memory.
Synopsis
Declared in <bdlb_nullableallocatedvalue.h>
NullableAllocatedValue(
TYPE const& value,
bsl::allocator<char> const& allocator);
Created with MrDocs