|
Renderd7-nightly
v0.7.0
|
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_value< IteratorType > | begin () noexcept |
| return iterator begin (needed for range-based for) | |
| iteration_proxy_value< IteratorType > | end () noexcept |
| return iterator end (needed for range-based for) | |
Private Attributes | |
| IteratorType::reference | container |
| the container to iterate | |
proxy class for the items() function