Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ StaticCast
Method
StaticCast
include/null.h:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
template<typename T>
85
T StaticCast() { return null(); }
86
87
operator bool () { return false; }
88
operator int () { return 0; }
Callers
nothing calls this directly
Calls
1
null
Class · 0.70
Tested by
no test coverage detected