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

Method operator->

Kernel/include/refptr.h:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 inline T* operator->(){
125 #ifdef REFPTR_ASSERTIONS
126 assert(obj);
127 #endif
128
129 return obj;
130 }
131};
132
133template<class T, class U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected