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

Method fromStaticFunction

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

Source from the content-addressed store, hash-verified

483
484 template<typename T>
485 inline static AutoCast fromStaticFunction(T *inFunction)
486 {
487 return AutoCast(inFunction);
488 }
489};
490
491

Callers

nothing calls this directly

Calls 1

AutoCastClass · 0.85

Tested by

no test coverage detected