makeNumber overloads

Synopses

Declared in <bdljsn_json.h>

Replace this value with a default‐constructed JsonNumber.

Replace this value with a JsonNumber moved from number.

Replace this value with a JsonNumber initialized from number.

JsonNumber&
makeNumber(JsonNumber const& number);

Return Value

a reference providing modifiable access to the held JsonNumber

Parameters

Name

Description

number

value used to initialize the created number

Created with MrDocs