TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ iteration_proxy()

template<typename IteratorType >
nlohmann::detail::iteration_proxy< IteratorType >::iteration_proxy ( typename IteratorType::reference  cont)
inlineexplicitnoexcept

construct iteration proxy from a container

Definition at line 4495 of file json.hpp.

4496 : container(cont) {}
IteratorType::reference container
the container to iterate
Definition: json.hpp:4491