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

Method Cast

include/cpp/Variant.h:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154 template<typename RETURN_>
155 RETURN_ Cast() const { return RETURN_(*this); }
156
157 void CheckFPtr();
158

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected