TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
create()
template<typename BasicJsonType >
static
other_error
nlohmann::detail::other_error::create
(
int
id_
,
const std::string &
what_arg
,
const BasicJsonType &
context
)
inline
static
Definition at line
3021
of file
json.hpp
.
3022
{
3023
std::string w = exception::name(
"other_error"
, id_) + exception::diagnostics(context) + what_arg;
3024
return
other_error(id_, w.c_str());
3025
}
nlohmann
detail
other_error
Generated on Thu Apr 7 2022 14:11:03 for TerraForge3D by
1.9.3