Create a JsonNumber by moving from the specified original object.

Synopsis

Declared in <bdljsn_jsonnumber.h>

JsonNumber(bslmf::MovableRef<JsonNumber> original) noexcept;

Description

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.

Parameters

Name

Description

original

object to move from

Created with MrDocs