Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_test
Function · 0.80
queue_sort_test
Function · 0.80
array_expand_test
Function · 0.80
set_dir
Method · 0.80
on_root_click
Method · 0.80
determine_object_boxes
Function · 0.80
main
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
3
sequence_sort_test
Function · 0.64
queue_sort_test
Function · 0.64
array_expand_test
Function · 0.64