[#BloombergLP-bdljsn-Error-operator_assign-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Error.adoc[Error]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdljsn_error.h>` Assign to this object the value of the specified `rhs` object, and return a non‐`const` reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Error.adoc[Error]& xref:BloombergLP/bdljsn/Error/operator_assign-0f.adoc[operator=](xref:BloombergLP/bdljsn/Error.adoc[Error] const& rhs); ---- [.small]#xref:BloombergLP/bdljsn/Error/operator_assign-0f.adoc[_» more..._]# Assign to this object the value of the specified `rhs` object, and return a non‐`const` reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Error.adoc[Error]& xref:BloombergLP/bdljsn/Error/operator_assign-01.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Error>] rhs); ---- [.small]#xref:BloombergLP/bdljsn/Error/operator_assign-01.adoc[_» more..._]# == Return Value a non‐`const` reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | the object whose value is assigned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#