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