TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ begin()

template<typename IteratorType >
iteration_proxy_value< IteratorType > nlohmann::detail::iteration_proxy< IteratorType >::begin ( )
inlinenoexcept

return iterator begin (needed for range-based for)

Definition at line 4499 of file json.hpp.

4500 {
4501 return iteration_proxy_value<IteratorType>(container.begin());
4502 }
IteratorType::reference container
the container to iterate
Definition: json.hpp:4491