Template Class iteration_proxy
Defined in File json.hpp
Class Documentation
-
template<typename IteratorType>
class iteration_proxy proxy class for the items() function
Public Functions
-
inline explicit iteration_proxy(typename IteratorType::reference cont) noexcept
construct iteration proxy from a container
-
inline iteration_proxy_value<IteratorType> begin() noexcept
return iterator begin (needed for range-based for)
-
inline iteration_proxy_value<IteratorType> end() noexcept
return iterator end (needed for range-based for)
-
inline explicit iteration_proxy(typename IteratorType::reference cont) noexcept
construct iteration proxy from a container
-
inline iteration_proxy_value<IteratorType> begin() noexcept
return iterator begin (needed for range-based for)
-
inline iteration_proxy_value<IteratorType> end() noexcept
return iterator end (needed for range-based for)
-
inline explicit iteration_proxy(typename IteratorType::reference cont) noexcept