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