wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Data Fields | Static Protected Member Functions
detail::out_of_range Class Reference

exception indicating access out of the defined range More...

#include <json.hpp>

Inheritance diagram for detail::out_of_range:
[legend]
Collaboration diagram for detail::out_of_range:
[legend]

Public Member Functions

const char * what () const noexcept override
 returns the explanatory string
 

Static Public Member Functions

template<typename BasicJsonContext , enable_if_t< is_basic_json_context< BasicJsonContext >::value, int > = 0>
static out_of_range create (int id_, const std::string &what_arg, BasicJsonContext context)
 

Data Fields

const int id
 the id of the exception
 

Static Protected Member Functions

static std::string name (const std::string &ename, int id_)
 
static std::string diagnostics (std::nullptr_t)
 
template<typename BasicJsonType >
static std::string diagnostics (const BasicJsonType *leaf_element)
 

Detailed Description

exception indicating access out of the defined range

See also
https://json.nlohmann.me/api/basic_json/out_of_range/

The documentation for this class was generated from the following file: