TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator++()

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

increment operator (needed for range-based for)

Definition at line 4423 of file json.hpp.

4424 {
4425 ++anchor;
4426 ++array_index;
4427 return *this;
4428 }
IteratorType anchor
the iterator
Definition: json.hpp:4401
std::size_t array_index
an index for arrays (used to create key names)
Definition: json.hpp:4403