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

Method AutoCast

include/cpp/Pointer.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 void *value;
10
11 explicit inline AutoCast(void *inValue) : value(inValue) { }
12};
13
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected