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);
Parameters
Name |
Description |
original |
source nullable used to initialize this object |
allocator |
allocator used to supply memory |
Created with MrDocs