TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator->()

template<typename BasicJsonType >
value_type const * nlohmann::detail::json_ref< BasicJsonType >::operator-> ( ) const
inline

Definition at line 13606 of file json.hpp.

13607 {
13608 return & **this;
13609 }