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