MCPcopy Create free account
hub / github.com/apache/tvm-ffi / MapForwardIterFunctor

Method MapForwardIterFunctor

src/ffi/container.cc:78–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76class MapForwardIterFunctor {
77 public:
78 MapForwardIterFunctor(ffi::MapObj::iterator iter, ffi::MapObj::iterator end)
79 : iter_(iter), end_(end) {}
80 // 0 get current key
81 // 1 get current value
82 // 2 move to next: return true if success, false if end

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected