MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / iterator_wrapper

Function iterator_wrapper

lesson6-Segmentation/json.hpp:21274–21277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected