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... | |
proxy class for the items() function
|
inlineexplicitnoexcept |
construct iteration proxy from a container
Definition at line 3393 of file json.hpp.
|
inlinenoexcept |
return iterator begin (needed for range-based for)
Definition at line 3397 of file json.hpp.
|
inlinenoexcept |
return iterator end (needed for range-based for)
Definition at line 3403 of file json.hpp.
|
private |