TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator*()

template<typename IteratorType >
iteration_proxy_value & nlohmann::detail::iteration_proxy_value< IteratorType >::operator* ( )
inline

dereference operator (needed for range-based for)

Definition at line 4417 of file json.hpp.

4418 {
4419 return *this;
4420 }