TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ number_unsigned()

template<typename BasicJsonType >
bool nlohmann::detail::json_sax_dom_parser< BasicJsonType >::number_unsigned ( number_unsigned_t  val)
inline

Definition at line 6051 of file json.hpp.

6052 {
6053 handle_value(val);
6054 return true;
6055 }
JSON_HEDLEY_RETURNS_NON_NULL BasicJsonType * handle_value(Value &&v)
Definition: json.hpp:6149