Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ operator !=
Method
operator !=
include/null.h:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; }
114
Callers
nothing calls this directly
Calls
1
isNull
Method · 0.45
Tested by
no test coverage detected