WPILibC++
2018.4.1-20180824021726-1174-g488ba79
|
proxy class for the items() function More...
#include <json.h>
Public Member Functions | |
iteration_proxy (typename IteratorType::reference cont) noexcept | |
construct iteration proxy from a container | |
iteration_proxy_internal | begin () noexcept |
return iterator begin (needed for range-based for) | |
iteration_proxy_internal | end () noexcept |
return iterator end (needed for range-based for) | |
proxy class for the items() function