TerraForge3D  2.3.1
3D Terrain And Landscape Generator
nlohmann::detail::iteration_proxy< IteratorType > Class Template Reference

proxy class for the items() function More...

#include <json.hpp>

Public Member Functions

 iteration_proxy (typename IteratorType::reference cont) noexcept
 construct iteration proxy from a container More...
 
iteration_proxy_value< IteratorType > begin () noexcept
 return iterator begin (needed for range-based for) More...
 
iteration_proxy_value< IteratorType > end () noexcept
 return iterator end (needed for range-based for) More...
 

Private Attributes

IteratorType::reference container
 the container to iterate More...
 

Detailed Description

template<typename IteratorType>
class nlohmann::detail::iteration_proxy< IteratorType >

proxy class for the items() function

Definition at line 4487 of file json.hpp.


The documentation for this class was generated from the following file: