makeValue overloads
Declared in <bdlb_nullablevalue.h>
Assign to this object the default value for TYPE, and return a reference providing modifiable access to the underlying TYPE object.
TYPE&
makeValue();
» more...
Assign the specified value converted to TYPE to this object.
template<class BDE_OTHER_TYPE>
TYPE&
makeValue(BDE_OTHER_TYPE&& value);
» more...
a reference providing modifiable access to the underlying TYPE object
| Name | Description |
|---|---|
| value | value converted to TYPE |