MCPcopy 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
239template<typename T> inline T TCastObject(hx::Object *inObj) { return hx::BadCast(); }
240template<> inline bool TCastObject<bool>(hx::Object *inObj)
241{
242 if (!inObj) return false;

Callers

nothing calls this directly

Calls 1

BadCastFunction · 0.85

Tested by

no test coverage detected