TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ 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

Definition at line 2982 of file json.hpp.

2983 {
2984 std::string w = exception::name("out_of_range", id_) + exception::diagnostics(context) + what_arg;
2985 return out_of_range(id_, w.c_str());
2986 }