Create a JsonNumber by moving from the specified original object.
Declared in <bdljsn_jsonnumber.h>
JsonNumber(bslmf::MovableRef<JsonNumber> original) noexcept;
The created object has the same value and the same allocator as original. The value of original becomes unspecified but valid, and its allocator remains unchanged.
| Name | Description |
|---|---|
| original | object to move from |