exception indicating access out of the defined range
More...
#include <json.hpp>
exception indicating access out of the defined range
- See also
- https://json.nlohmann.me/api/basic_json/out_of_range/
Definition at line 2988 of file json.hpp.
◆ out_of_range()
nlohmann::detail::out_of_range::out_of_range |
( |
int |
id_, |
|
|
const char * |
what_arg |
|
) |
| |
|
inlineprivate |
◆ create()
template<typename BasicJsonType >
static out_of_range nlohmann::detail::out_of_range::create |
( |
int |
id_, |
|
|
const std::string & |
what_arg, |
|
|
const BasicJsonType & |
context |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: