Instrument Neutral Distributed Interface INDI  2.0.2
Static Public Member Functions | List of all members
nlohmann::detail::out_of_range Class Reference

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

#include <json.h>

Inheritance diagram for nlohmann::detail::out_of_range:
nlohmann::detail::exception

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)
 

Additional Inherited Members

- Public Member Functions inherited from nlohmann::detail::exception
const char * what () const noexcept override
 returns the explanatory string More...
 
- Public Attributes inherited from nlohmann::detail::exception
const int id
 the id of the exception More...
 
- Protected Member Functions inherited from nlohmann::detail::exception
 exception (int id_, const char *what_arg)
 
- Static Protected Member Functions inherited from nlohmann::detail::exception
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/

Definition at line 4217 of file json.h.

Member Function Documentation

◆ create()

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

Definition at line 4221 of file json.h.


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