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