makeValue overloads
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();
» more...
Assign to this object the specified val, and return a reference providing modifiable access to the underlying TYPE object.
TYPE&
makeValue(TYPE const& val);
» more...