TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
to_json()
[6/17]
template<typename BasicJsonType , typename T1 , typename T2 , enable_if_t< std::is_constructible< BasicJsonType, T1 >::value &&std::is_constructible< BasicJsonType, T2 >::value, int > = 0>
void nlohmann::detail::to_json
(
BasicJsonType &
j
,
const std::pair< T1, T2 > &
p
)
Definition at line
4913
of file
json.hpp
.
4914
{
4915
j = { p.first, p.second };
4916
}
nlohmann
detail
Generated on Thu Apr 7 2022 14:11:00 for TerraForge3D by
1.9.3