TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
operator++()
[2/2]
template<typename BasicJsonType >
iter_impl
const
nlohmann::detail::iter_impl
< BasicJsonType >::operator++
(
int
)
inline
post-increment (it++)
Precondition
The iterator is initialized; i.e.
m_object != nullptr
.
Definition at line
12029
of file
json.hpp
.
12030
{
12031
auto
result = *
this
;
12032
++(*this);
12033
return
result;
12034
}
nlohmann
detail
iter_impl
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3