Assign rhs to the target and return this object.
Synopsis
Declared in <bdlb_nullablevalueref.h>
bdlb::NullableValueRef<TYPE>&
operator=(NullableAllocatedValue<TYPE> const& rhs);
Description
Assign to the target the value of the specified rhs, and return a reference providing modifiable access to this object.
Return Value
modifiable reference to this object
Parameters
Name |
Description |
rhs |
nullable value to assign to the target |
Created with MrDocs