nlohmann::basic_json::max_size

returns the maximum possible number of elements

Synopsis

Declared in <nlohmann/json.hpp>
size_type
max_size() const noexcept;


Return Value

a type to represent container sizes

Created with MrDocs