MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / operator=

Method operator=

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

Source from the content-addressed store, hash-verified

439 }
440
441 inline Function operator=( const Function &inRHS ) { return call = inRHS.call; }
442 inline Dynamic operator=( Dynamic &inValue )
443 {
444 call = inValue==null() ? 0 : (T*) inValue->__GetHandle();

Callers

nothing calls this directly

Calls 2

nullClass · 0.50
__GetHandleMethod · 0.45

Tested by

no test coverage detected