resize overloads

Synopses

Declared in <bdljsn_json.h>

Change the size of this array to the specified count.

void
resize(std::size_t count);

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

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

Parameters

Name

Description

count

new number of elements

json

fill value for new elements

Created with MrDocs