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-decrement (it–)
Precondition
The iterator is initialized; i.e.
m_object != nullptr
.
Definition at line
12080
of file
json.hpp
.
12081
{
12082
auto
result = *
this
;
12083
--(*this);
12084
return
result;
12085
}
nlohmann
detail
iter_impl
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3