nlohmann::basic_json::iterator_wrapper

wrapper to access iterator member functions in range-based for

Synopsis

Declared in <nlohmann/json.hpp>
[[__deprecated__]]
static
iteration_proxy<iterator>
iterator_wrapper(reference ref) noexcept;


Parameters

Name Description
ref the type of an element reference

Created with MrDocs