Create a JsonNumber object having the same value as the specified original object. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) used to supply memory.

Synopsis

Declared in <bdljsn_jsonnumber.h>

JsonNumber(
    JsonNumber const& original,
    allocator_type const& allocator = allocator_type());

Created with MrDocs