[#BloombergLP-bdlb-NullableValueRef-operator_assign-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValueRef.adoc[NullableValueRef]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlb_nullablevalueref.h>` Assign `rhs` to the target and return this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef.adoc[bdlb::NullableValueRef<TYPE>]& xref:BloombergLP/bdlb/NullableValueRef/operator_assign-0f.adoc[operator=](xref:BloombergLP/bdlb/NullableValueRef.adoc[NullableValueRef] const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_assign-0f.adoc[_» more..._]# Assign `rhs` to the target and return this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef.adoc[bdlb::NullableValueRef<TYPE>]& xref:BloombergLP/bdlb/NullableValueRef/operator_assign-060.adoc[operator=](TYPE const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_assign-060.adoc[_» more..._]# Reset the target to the null value and return this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef.adoc[bdlb::NullableValueRef<TYPE>]& xref:BloombergLP/bdlb/NullableValueRef/operator_assign-06c.adoc[operator=](xref:bsl/nullopt_t.adoc[bsl::nullopt_t] const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_assign-06c.adoc[_» more..._]# Assign `rhs` to the target and return this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef.adoc[bdlb::NullableValueRef<TYPE>]& xref:BloombergLP/bdlb/NullableValueRef/operator_assign-00f.adoc[operator=](xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue<TYPE>] const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_assign-00f.adoc[_» more..._]# Assign `rhs` to the target and return this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef.adoc[bdlb::NullableValueRef<TYPE>]& xref:BloombergLP/bdlb/NullableValueRef/operator_assign-00c.adoc[operator=](xref:bsl/optional-072.adoc[bsl::optional<TYPE>] const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_assign-00c.adoc[_» more..._]# == 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]#