| 21272 | */ |
| 21273 | JSON_HEDLEY_DEPRECATED_FOR(3.1.0, items()) |
| 21274 | static iteration_proxy<iterator> iterator_wrapper(reference ref) noexcept |
| 21275 | { |
| 21276 | return ref.items(); |
| 21277 | } |
| 21278 | |
| 21279 | /*! |
| 21280 | @copydoc iterator_wrapper(reference) |
nothing calls this directly
no outgoing calls
no test coverage detected