[#BloombergLP-bdlb-NullableValueRef-operator_assign-060] = 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=(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 [cols="1,4"] |=== | Name| Description | *rhs* | value to assign to the target |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#