TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ value()

template<typename BasicJsonType >
reference nlohmann::detail::iter_impl< BasicJsonType >::value ( ) const
inline

return the value of an iterator

Precondition
The iterator is initialized; i.e. m_object != nullptr.

Definition at line 12401 of file json.hpp.

12402 {
12403 return operator*();
12404 }
reference operator*() const
return a reference to the value pointed to by the iterator
Definition: json.hpp:11943