MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / qsort_array

Function qsort_array

benchmarks/dlib/sort.h:349–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 typename T
348 >
349 inline void qsort_array (
350 T& array,
351 unsigned long left,
352 unsigned long right
353 )
354 {
355 using namespace sort_helpers;
356 qsort_array(array,left,right,comp(array[left]));
357 }
358
359// ----------------------------------------------------------------------------------------
360

Callers 1

sortMethod · 0.85

Calls 2

compFunction · 0.85
qsort_array_mainFunction · 0.85

Tested by

no test coverage detected