MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / operator->

Method operator->

Kernel/include/list.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 T* operator->() {
56 assert(node);
57
58 return &node->obj;
59 }
60
61 friend bool operator==(const ListIterator& l, const ListIterator& r){
62 if(l.node == r.node){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected