TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ is_errored()

template<typename BasicJsonType >
constexpr bool nlohmann::detail::json_sax_dom_parser< BasicJsonType >::is_errored ( ) const
inlineconstexpr

Definition at line 6135 of file json.hpp.

6136 {
6137 return errored;
6138 }
bool errored
whether a syntax error occurred
Definition: json.hpp:6178