Create a JsonNumber having the value "0" that uses the specified allocator to supply memory.

Synopsis

Declared in <bdljsn_jsonnumber.h>

explicit
JsonNumber(allocator_type const& allocator);

Parameters

Name

Description

allocator

allocator used to supply memory

Created with MrDocs