MCPcopy Create free account
hub / github.com/apache/kvrocks / CastToNodeIter

Method CastToNodeIter

src/search/ir_iterator.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template <typename Iterator>
51 static auto CastToNodeIter(Iterator *iter) {
52 auto res [[gnu::may_alias]] = reinterpret_cast<std::vector<std::unique_ptr<Node>>::iterator *>(iter);
53 return res;
54 }
55
56 template <auto F>
57 static Node *MemFn(Node *parent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected