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

Method operator->

Kernel/include/vector.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 T* operator->() const{
35 return &vector.data[pos];
36 }
37
38 friend bool operator==(const VectorIterator& l, const VectorIterator& r){
39 if(l.pos == r.pos){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected