MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / operator ==

Method operator ==

include/null.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 template<typename T> operator T *() { return 0; }
109
110 bool operator == (null inRHS) const { return true; }
111 bool operator != (null inRHS) const { return false; }
112 bool operator == (null inRHS) { return true; }
113 bool operator != (null inRHS) { return false; }

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected