[#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 to the target the value of the specified `rhs`, and return a reference providing modifiable access to 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 to the target the value of the specified `rhs`, and return a reference providing modifiable access to 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 default constructed state (i.e., to have the null value). [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&); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_assign-06c.adoc[_» more..._]# Assign to the target the value of the specified `rhs`, and return a reference providing modifiable access to 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 to the target the value of the specified `rhs`, and return a reference providing modifiable access to 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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#