TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
operator+
template<typename BasicJsonType >
iter_impl
operator+
(
difference_type
i
,
const
iter_impl
< BasicJsonType > &
it
)
friend
addition of distance and iterator
Precondition
The iterator is initialized; i.e.
m_object != nullptr
.
Definition at line
12296
of file
json.hpp
.
12297
{
12298
auto
result = it;
12299
result += i;
12300
return
result;
12301
}
nlohmann
detail
iter_impl
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3