helper to access iterator member functions in range‐based for

Synopsis

Declared in <nlohmann/json.hpp>

iteration_proxy<const_iterator>
items() const noexcept;

Return Value

const iteration proxy exposing key()/`value()` for range‐based for loops

Created with MrDocs