MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / operator!=

Method operator!=

Kernel/include/refptr.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 inline bool operator!=(const T* p){
113 return !operator==(p);
114 }
115
116 inline T& operator* (){
117 #ifdef REFPTR_ASSERTIONS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected