TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ from_json() [16/19]

template<typename BasicJsonType >
void nlohmann::detail::from_json ( const BasicJsonType &  j,
typename BasicJsonType::number_integer_t &  val 
)

Definition at line 3998 of file json.hpp.

3999{
4000 get_arithmetic_value(j, val);
4001}