TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ parse_error()

nlohmann::detail::parse_error::parse_error ( int  id_,
std::size_t  byte_,
const char *  what_arg 
)
inlineprivate

Definition at line 2828 of file json.hpp.

2829 : exception(id_, what_arg), byte(byte_) {}
const std::size_t byte
byte index of the parse error
Definition: json.hpp:2825