MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / iterator_wrapper

Function iterator_wrapper

include/json/json.hpp:21773–21776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21771 /// that is, replace `json::iterator_wrapper(j)` with `j.items()`.
21772 JSON_HEDLEY_DEPRECATED_FOR(3.1.0, items())
21773 static iteration_proxy<iterator> iterator_wrapper(reference ref) noexcept
21774 {
21775 return ref.items();
21776 }
21777
21778 /// @brief wrapper to access iterator member functions in range-based for
21779 /// @sa https://json.nlohmann.me/api/basic_json/items/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected