Assignment operators
Synopses
Declared in <bdlb_nullableallocatedvalue.h>
Assign to this object the value of the specified rhs, and return a reference providing modifiable access to this object.
Assign to this object the value of the specified rhs, and return a reference providing modifiable access to the underlying TYPE object.
NullableAllocatedValue<TYPE>&
operator=(TYPE const& rhs);
Reset this object to the default constructed state (i.e., to have the null value).
Created with MrDocs