MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / iterator_wrapper

Function iterator_wrapper

Source/Utils/json.hpp:21273–21276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected