TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
to_json()
[12/17]
template<typename BasicJsonType , typename EnumType , enable_if_t< std::is_enum< EnumType >::value, int > = 0>
void nlohmann::detail::to_json
(
BasicJsonType &
j
,
EnumType
e
)
noexcept
Definition at line
4845
of file
json.hpp
.
4846
{
4847
using
underlying_type =
typename
std::underlying_type<EnumType>::type;
4848
external_constructor<value_t::number_integer>::construct
(j,
static_cast<
underlying_type
>
(e));
4849
}
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