makeArray overloads

Synopses

Declared in <bdljsn_json.h>

Replace this value with a default‐constructed JsonArray.

Replace this value with a JsonArray moved from array.

Replace this value with a JsonArray initialized from array.

JsonArray&
makeArray(JsonArray const& array);

Return Value

a reference providing modifiable access to the held JsonArray

Parameters

Name

Description

array

value used to initialize the created array

Created with MrDocs