TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
to_json()
[4/17]
template<typename BasicJsonType , typename CompatibleObjectType , enable_if_t<
is_compatible_object_type
< BasicJsonType, CompatibleObjectType >::value &&!
is_basic_json
< CompatibleObjectType >::value, int > = 0>
void nlohmann::detail::to_json
(
BasicJsonType &
j
,
const CompatibleObjectType &
obj
)
Definition at line
4891
of file
json.hpp
.
4892
{
4893
external_constructor<value_t::object>::construct
(j, obj);
4894
}
nlohmann::detail::external_constructor
Definition:
json.hpp:4579
nlohmann
detail
Generated on Thu Apr 7 2022 14:11:00 for TerraForge3D by
1.9.3