Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/queue/queue_kernel_1.h:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
typename mem_manager
160
>
161
inline void swap (
162
queue_kernel_1<T,mem_manager>& a,
163
queue_kernel_1<T,mem_manager>& b
164
) { a.swap(b); }
165
166
template <
167
typename T,
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected