Assign to this object the value of the specified rhs.
Synopsis
Declared in <bdljsn_jsonnumber.h>
JsonNumber&
operator=(unsigned int rhs);
Description
Return a non‐`const` reference to this object.
Return Value
a non‐`const` reference to this object
Parameters
Name |
Description |
rhs |
value to assign |
Created with MrDocs