MCPcopy Create free account
hub / github.com/davisking/dlib / sort

Method sort

dlib/sequence/sequence_sort_2.h:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 typename seq_base
49 >
50 void sequence_sort_2<seq_base>::
51 sort (
52 )
53 {
54 if (this->size() > 1)
55 {
56 dlib::qsort_array(*this,0,this->size()-1);
57 }
58 }
59
60// ----------------------------------------------------------------------------------------
61

Callers

nothing calls this directly

Calls 2

qsort_arrayFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected