TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
parse_error()
template<typename BasicJsonType >
template<class Exception >
bool
nlohmann::detail::json_sax_dom_parser
< BasicJsonType >::parse_error
(
std::size_t
,
const std::string &
,
const Exception &
ex
)
inline
Definition at line
6121
of file
json.hpp
.
6123
{
6124
errored
=
true
;
6125
static_cast<
void
>
(ex);
6126
6127
if
(
allow_exceptions
)
6128
{
6129
JSON_THROW(ex);
6130
}
6131
6132
return
false
;
6133
}
nlohmann::detail::json_sax_dom_parser::errored
bool errored
whether a syntax error occurred
Definition:
json.hpp:6178
nlohmann::detail::json_sax_dom_parser::allow_exceptions
const bool allow_exceptions
whether to throw exceptions in case of errors
Definition:
json.hpp:6180
nlohmann
detail
json_sax_dom_parser
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3