MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Default

Function Default

include/Dynamic.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 hx::ObjectPtr<hx::Object>(inObjectPtr.mPtr) { }
108
109 Dynamic Default(const Dynamic &inDef) { return mPtr ? *this : inDef; }
110
111 template<typename RETURN_>
112 RETURN_ Cast() const { return RETURN_(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected