BloombergLP::bdljsn::Json::makeArray

makeArray overloads

Synopses

Declared in <bdljsn_json.h>

Replace this value with a default-constructed JsonArray.

JsonArray&
makeArray();
» more...

Replace this value with a JsonArray moved from array.

JsonArray&
makeArray(bslmf::MovableRef<JsonArray> array);
» more...

Replace this value with a JsonArray initialized from array.

JsonArray&
makeArray(JsonArray const& array);
» more...

Return Value

a reference providing modifiable access to the held JsonArray

Parameters

NameDescription
arrayvalue used to initialize the created array