construct an array with count copies of given value
Synopsis
Declared in <nlohmann/json.hpp>
basic_json(
size_type cnt,
basic_json const& val);
Parameters
Name |
Description |
cnt |
The object to construct from |
val |
a class to store JSON values |
Created with MrDocs