Eclipse SUMO - Simulation of Urban MObility
|
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) | |
iteration_proxy_value< IteratorType > | end () noexcept |
return iterator end (needed for range-based for) | |
iteration_proxy (typename IteratorType::reference cont) noexcept | |
construct iteration proxy from a container | |
Private Attributes | |
IteratorType::reference | container |
the container to iterate | |
proxy class for the items() function
|
inlineexplicitnoexcept |
|
inlinenoexcept |
return iterator begin (needed for range-based for)
Definition at line 4436 of file json.hpp.
References nlohmann::detail::iteration_proxy< IteratorType >::container.
|
inlinenoexcept |
return iterator end (needed for range-based for)
Definition at line 4442 of file json.hpp.
References nlohmann::detail::iteration_proxy< IteratorType >::container.
|
private |
the container to iterate
Definition at line 4428 of file json.hpp.
Referenced by nlohmann::detail::iteration_proxy< IteratorType >::begin(), and nlohmann::detail::iteration_proxy< IteratorType >::end().