[#BloombergLP-bdlb-NullableValueRef-operator_assign-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValueRef.adoc[NullableValueRef]::operator= :relfileprefix: ../../../ :mrdocs: Assign `rhs` to the target and return this object. == Synopsis Declared in `<bdlb_nullablevalueref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef.adoc[bdlb::NullableValueRef<TYPE>]& operator=(xref:BloombergLP/bdlb/NullableValueRef.adoc[NullableValueRef] 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 [cols="1,4"] |=== | Name| Description | *rhs* | nullable wrapper whose value is assigned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#