MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / iterator_wrapper

Function iterator_wrapper

examples/server/json.hpp:22033–22036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22031 /// that is, replace `json::iterator_wrapper(j)` with `j.items()`.
22032 JSON_HEDLEY_DEPRECATED_FOR(3.1.0, items())
22033 static iteration_proxy<iterator> iterator_wrapper(reference ref) noexcept
22034 {
22035 return ref.items();
22036 }
22037
22038 /// @brief wrapper to access iterator member functions in range-based for
22039 /// @sa https://json.nlohmann.me/api/basic_json/items/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected