TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
iter_impl()
[3/3]
template<typename BasicJsonType >
nlohmann::detail::iter_impl
< BasicJsonType >::iter_impl
(
const
iter_impl
< typename std::remove_const< BasicJsonType >::type > &
other
)
inline
noexcept
converting constructor
Parameters
[in]
other
non-const iterator to copy from
Note
It is not checked whether
other
is initialized.
Definition at line
11838
of file
json.hpp
.
11839
: m_object(other.m_object),
m_it
(other.m_it)
11840
{}
nlohmann::detail::iter_impl::m_it
internal_iterator< typename std::remove_const< BasicJsonType >::type > m_it
the actual iterator of the associated instance
Definition:
json.hpp:12410
nlohmann
detail
iter_impl
Generated on Thu Apr 7 2022 14:11:02 for TerraForge3D by
1.9.3