OpenAstra
 
Loading...
Searching...
No Matches
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
 
 iteration_proxy (iteration_proxy const &)=default
 
iteration_proxyoperator= (iteration_proxy const &)=default
 
 iteration_proxy (iteration_proxy &&) noexcept=default
 
iteration_proxyoperator= (iteration_proxy &&) noexcept=default
 
iteration_proxy_value< IteratorType > begin () const noexcept
 return iterator begin (needed for range-based for)
 
iteration_proxy_value< IteratorType > end () const noexcept
 return iterator end (needed for range-based for)
 

Detailed Description

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

proxy class for the items() function

Constructor & Destructor Documentation

◆ iteration_proxy()

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

construct iteration proxy from a container

Member Function Documentation

◆ begin()

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

return iterator begin (needed for range-based for)

◆ end()

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

return iterator end (needed for range-based for)


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