[#BloombergLP-balcl-Option-operator_assign-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/Option.adoc[Option]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<balcl_option.h>` Assign to this object the value of the specified `rhs` object and return a reference providing modifiable access to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/Option.adoc[Option]& xref:BloombergLP/balcl/Option/operator_assign-03.adoc[operator=](xref:BloombergLP/balcl/Option.adoc[Option] const& rhs); ---- [.small]#xref:BloombergLP/balcl/Option/operator_assign-03.adoc[_» more..._]# Assign to this object the value of the specified `rhs` `OptionInfo` object and return a reference providing modifiable access to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/Option.adoc[Option]& xref:BloombergLP/balcl/Option/operator_assign-02.adoc[operator=](xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo] const& rhs); ---- [.small]#xref:BloombergLP/balcl/Option/operator_assign-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#