Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/queue/queue_kernel_abstract.h:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
typename mem_manager
173
>
174
inline void swap (
175
queue<T,mem_manager>& a,
176
queue<T,mem_manager>& b
177
) { a.swap(b); }
178
/*!
179
provides a global swap function
180
!*/
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected