Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ operator==
Function
operator==
include/Dynamic.h:141–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
bool operator==(const null &inRHS) const { return mPtr==0; }
142
bool operator!=(const null &inRHS) const { return mPtr!=0; }
143
144
bool operator == (const Dynamic &inRHS) const
Callers
1
Variant.h
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected