Assignment operators
Synopses
Declared in <bdlb_nullablevalueref.h>
Assign rhs to the target and return this object.
bdlb::NullableValueRef<TYPE>&
operator=(NullableValueRef const& rhs);
Assign rhs to the target and return this object.
bdlb::NullableValueRef<TYPE>&
operator=(TYPE const& rhs);
Reset the target to the null value and return this object.
Assign rhs to the target and return this object.
Assign rhs to the target and return this object.
bdlb::NullableValueRef<TYPE>&
operator=(bsl::optional<TYPE> const& rhs);
Return Value
modifiable reference to this object
Parameters
Name |
Description |
rhs |
nullable wrapper whose value is assigned |
Created with MrDocs