Template
|
detail::iteration_proxy< IteratorType > Class Template Reference
proxy class for the items() function More...
#include <json.hpp>
Public Member Functions | |
iteration_proxy ()=default | |
iteration_proxy (typename IteratorType::reference cont) noexcept | |
construct iteration proxy from a container | |
iteration_proxy (iteration_proxy const &)=default | |
iteration_proxy & | operator= (iteration_proxy const &)=default |
iteration_proxy (iteration_proxy &&) noexcept=default | |
iteration_proxy & | operator= (iteration_proxy &&) noexcept=default |
~iteration_proxy ()=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 >
class detail::iteration_proxy< IteratorType >
proxy class for the items() function
Constructor & Destructor Documentation
◆ iteration_proxy() [1/4]
template<typename IteratorType >
|
explicitdefault |
◆ iteration_proxy() [2/4]
template<typename IteratorType >
|
inlineexplicitnoexcept |
◆ iteration_proxy() [3/4]
template<typename IteratorType >
|
default |
◆ iteration_proxy() [4/4]
template<typename IteratorType >
|
defaultnoexcept |
◆ ~iteration_proxy()
template<typename IteratorType >
|
default |
Member Function Documentation
◆ begin()
template<typename IteratorType >
|
inlinenoexcept |
◆ end()
template<typename IteratorType >
|
inlinenoexcept |
◆ operator=() [1/2]
template<typename IteratorType >
|
defaultnoexcept |
◆ operator=() [2/2]
template<typename IteratorType >
|
default |
The documentation for this class was generated from the following file:
- include/nlohmann/json.hpp
Generated by 1.9.8