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

Method sort

dlib/queue/queue_sort_1.h:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 template <typename compare_type>
33 void sort (
34 const compare_type& compare
35 )
36 {
37 if (this->size() > 1)
38 {
39 sort_this_queue(*this,0,compare);
40 }
41 }
42
43 private:
44

Callers 7

sequence_sort_testFunction · 0.80
queue_sort_testFunction · 0.80
array_expand_testFunction · 0.80
set_dirMethod · 0.80
on_root_clickMethod · 0.80
determine_object_boxesFunction · 0.80
mainFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

sequence_sort_testFunction · 0.64
queue_sort_testFunction · 0.64
array_expand_testFunction · 0.64