resize overloads
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...
| Name | Description |
|---|---|
| count | new number of elements |
| json | fill value for new elements |