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.
Parameters
Name |
Description |
count |
new number of elements |
json |
fill value for new elements |
Created with MrDocs