Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ TCastObject
Function
TCastObject
include/hx/Operators.h:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
238
239
template<typename T> inline T TCastObject(hx::Object *inObj) { return hx::BadCast(); }
240
template<> inline bool TCastObject<bool>(hx::Object *inObj)
241
{
242
if (!inObj) return false;
Callers
nothing calls this directly
Calls
1
BadCast
Function · 0.85
Tested by
no test coverage detected