TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
operator()()
template<typename BasicJsonType , typename T >
auto nlohmann::detail::to_json_fn::operator()
(
BasicJsonType &
j
,
T &&
val
)
const -> decltype(to_json(j, std::forward<T>(val)), void())
inline
noexcept
Definition at line
4941
of file
json.hpp
.
4943
{
4944
return
to_json(j, std::forward<T>(val));
4945
}
nlohmann
detail
to_json_fn
Generated on Thu Apr 7 2022 14:11:03 for TerraForge3D by
1.9.3