[#BloombergLP-bdlb-NullableAllocatedValue-operator_assign-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlb_nullableallocatedvalue.h>` Assign to this object 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/NullableAllocatedValue.adoc[NullableAllocatedValue<TYPE>]& xref:BloombergLP/bdlb/NullableAllocatedValue/operator_assign-0c.adoc[operator=](xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue] const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/operator_assign-0c.adoc[_» more..._]# Assign to this object the value of the specified `rhs`, and return a reference providing modifiable access to the underlying `TYPE` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue<TYPE>]& xref:BloombergLP/bdlb/NullableAllocatedValue/operator_assign-06.adoc[operator=](TYPE const& rhs); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/operator_assign-06.adoc[_» more..._]# Reset this object to the default constructed state (i.e., to have the null value). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue<TYPE>]& xref:BloombergLP/bdlb/NullableAllocatedValue/operator_assign-00.adoc[operator=](xref:bsl/nullopt_t.adoc[bsl::nullopt_t] const&); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/operator_assign-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#