[#BloombergLP-baljsn-DecoderOptions-operator_assign-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<baljsn_decoderoptions.h>` Assign to this object the value of the specified `rhs` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions]& xref:BloombergLP/baljsn/DecoderOptions/operator_assign-034.adoc[operator=](xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/baljsn/DecoderOptions/operator_assign-034.adoc[_» more..._]# Assign to this object the value of the specified `rhs` object. After performing this action, the `rhs` object will be left in a valid, but unspecified state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions]& xref:BloombergLP/baljsn/DecoderOptions/operator_assign-03c.adoc[operator=](xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions]&& rhs); ---- [.small]#xref:BloombergLP/baljsn/DecoderOptions/operator_assign-03c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#