Motor OpenGL
Cargando...
Buscando...
Nada coincide
Referencia de la plantilla de la clase detail::iteration_proxy< IteratorType >

proxy class for the items() function Más...

#include <json.hpp>

Métodos públicos

 iteration_proxy (typename IteratorType::reference cont) noexcept
 construct iteration proxy from a container
iteration_proxy_value< IteratorType > begin () const noexcept
 return iterator begin (needed for range-based for)
iteration_proxy_value< IteratorType > end () const noexcept
 return iterator end (needed for range-based for)

Descripción detallada

template<typename IteratorType>
class detail::iteration_proxy< IteratorType >

proxy class for the items() function