Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/queue/queue_sort_abstract.h:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
template queue_base
62
>
63
inline void swap (
64
queue_sort<queue_base>& a,
65
queue_sort<queue_base>& b
66
) { a.swap(b); }
67
/*!
68
provides a global swap function
69
!*/
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected