nlohmann::detail::iteration_proxy< IteratorType > Class Template Reference

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

#include <json.hpp>

Public Member Functions

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...
 
 iteration_proxy (typename IteratorType::reference cont) noexcept
 construct iteration proxy from a container More...
 

Detailed Description

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

proxy class for the items() function

Constructor & Destructor Documentation

◆ iteration_proxy()

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

construct iteration proxy from a container

Member Function Documentation

◆ begin()

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

return iterator begin (needed for range-based for)

◆ end()


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