Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/graph/graph_kernel_abstract.h:291–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
typename mem_manager
290
>
291
inline void swap (
292
graph<T,E,mem_manager>& a,
293
graph<T,E,mem_manager>& b
294
) { a.swap(b); }
295
/*!
296
provides a global swap function
297
!*/
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected