Create a value equal to val in this nullable object.
Declared in <bdlb_nullableallocatedvalue.h>
TYPE&
makeValue(TYPE const& val);
Assign to this object the specified val, and return a reference providing modifiable access to the underlying TYPE object.
modifiable reference to the created value
| Name | Description |
|---|---|
| val | value to place in this object |