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