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 }
bool errored
whether a syntax error occurred
Definition: json.hpp:6178
const bool allow_exceptions
whether to throw exceptions in case of errors
Definition: json.hpp:6180