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

Function qsort

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

Source from the content-addressed store, hash-verified

889 };
890
891 inline void qsort(SorterFunc inSorter)
892 {
893 ELEM_ *e = (ELEM_ *)mBase;
894 std::sort(e, e+length, Sorter(inSorter) );
895 }
896
897 void sort(SorterFunc inSorter)
898 {

Callers

nothing calls this directly

Calls 2

SorterClass · 0.85
sortFunction · 0.70

Tested by

no test coverage detected