Assign rhs to the target and return this object.
Declared in <bdlb_nullablevalueref.h>
bdlb::NullableValueRef<TYPE>&
operator=(bsl::optional<TYPE> const& rhs);
Assign to the target the value of the specified rhs, and return a reference providing modifiable access to this object.
modifiable reference to this object
| Name | Description |
|---|---|
| rhs | optional value to assign to the target |