TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ iteration_proxy_value()

template<typename IteratorType >
nlohmann::detail::iteration_proxy_value< IteratorType >::iteration_proxy_value ( IteratorType  it)
inlineexplicitnoexcept

Definition at line 4412 of file json.hpp.

4413 : anchor(std::move(it))
4414 {}
IteratorType anchor
the iterator
Definition: json.hpp:4401