wrapper to access iterator member functions in range-based for
Declared in <nlohmann/json.hpp>
[[deprecated]]
static
iteration_proxy<const_iterator>
iterator_wrapper(const_reference ref) noexcept;
Deprecated: Since 3.1.0; use items(). Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| ref | the type of an element const reference |