[#BloombergLP-bdljsn-JsonNumber-operator_assign-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs`. == Synopsis Declared in `<bdljsn_jsonnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]& operator=(int rhs); ---- == Description Return a non‐`const` reference to this object. == Return Value a non‐`const` reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | value to assign |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#