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<const_iterator>
iterator_wrapper(const_reference ref) noexcept;


Parameters

Name Description
ref the type of an element const reference

Created with MrDocs