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