TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ from_json() [17/19]

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

Definition at line 3992 of file json.hpp.

3993{
3994 get_arithmetic_value(j, val);
3995}