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

Method ArraySorter

src/Array.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 SorterFunc mSorter;
27
28 ArraySorter(ELEM* inArray, SorterFunc inSorter) : mArray(inArray), mSorter(inSorter) {};
29
30 bool operator()(int inA, int inB)
31 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected