@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
| 22049 | /// @brief helper to access iterator member functions in range-based for |
| 22050 | /// @sa https://json.nlohmann.me/api/basic_json/items/ |
| 22051 | iteration_proxy<iterator> items() noexcept |
| 22052 | { |
| 22053 | return iteration_proxy<iterator>(*this); |
| 22054 | } |
| 22055 | |
| 22056 | /// @brief helper to access iterator member functions in range-based for |
| 22057 | /// @sa https://json.nlohmann.me/api/basic_json/items/ |
nothing calls this directly
no outgoing calls
no test coverage detected