Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Cast
Function
Cast
include/Dynamic.h:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
template<typename RETURN_>
112
RETURN_ Cast() const { return RETURN_(*this); }
113
114
template<typename CLASS_>
115
bool IsClass() { return CLASS_(mPtr,false).mPtr; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected