TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ end()

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

return iterator end (needed for range-based for)

Definition at line 4505 of file json.hpp.

4506 {
4507 return iteration_proxy_value<IteratorType>(container.end());
4508 }
IteratorType::reference container
the container to iterate
Definition: json.hpp:4491