BloombergLP::bdljsn::JsonArray::resize

resize overloads

Synopses

Declared in <bdljsn_json.h>

Change the size of this array to the specified count.

void
resize(std::size_t count);
» more...

Change the size of this array to count, filling with json as needed.

void
resize(
    std::size_t count,
    Json const& json);
» more...

Parameters

NameDescription
countnew number of elements
jsonfill value for new elements