Create a nullable object having the specified value. Use the currently installed default allocator to supply memory.
Synopsis
Declared in <bdlb_nullableallocatedvalue.h>
NullableAllocatedValue(TYPE const& value);
Parameters
Name |
Description |
value |
value used to initialize this object |
Created with MrDocs