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
}
nlohmann::detail::iteration_proxy_value::anchor
IteratorType anchor
the iterator
Definition:
json.hpp:4401
nlohmann::detail::iteration_proxy_value::array_index
std::size_t array_index
an index for arrays (used to create key names)
Definition:
json.hpp:4403
nlohmann
detail
iteration_proxy_value
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3