| 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/ |
nothing calls this directly
no outgoing calls
no test coverage detected