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

Method __new

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

Source from the content-addressed store, hash-verified

434
435 template<typename FROM>
436 inline static Function __new(FROM from)
437 {
438 return Function(from);
439 }
440
441 inline Function operator=( const Function &inRHS ) { return call = inRHS.call; }
442 inline Dynamic operator=( Dynamic &inValue )

Callers

nothing calls this directly

Calls 1

FunctionClass · 0.70

Tested by

no test coverage detected