TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ value()

template<typename IteratorType >
IteratorType::reference nlohmann::detail::iteration_proxy_value< IteratorType >::value ( ) const
inline

return value of the iterator

Definition at line 4480 of file json.hpp.

4481 {
4482 return anchor.value();
4483 }
IteratorType anchor
the iterator
Definition: json.hpp:4401