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

Function __memcmp

include/Array.h:967–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965 blit(inDestElement,inSourceArray,inSourceElement,inElementCount);
966 }
967 int __memcmp(const cpp::VirtualArray &a0) HXCPP_OVERRIDE { return memcmp(a0); }
968 void __qsort(DynamicSorterFunc inCompare) HXCPP_OVERRIDE { this->qsort(inCompare); };
969
970 void set(int inIndex, const cpp::Variant &inValue) HXCPP_OVERRIDE {

Callers

nothing calls this directly

Calls 1

memcmpFunction · 0.70

Tested by

no test coverage detected