Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ swap
Function
swap
dlib/array2d/array2d_kernel.h:370–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
typename mem_manager
369
>
370
inline void swap (
371
array2d<T,mem_manager>& a,
372
array2d<T,mem_manager>& b
373
) { a.swap(b); }
374
375
376
template <
Callers
4
deserialize
Function · 0.70
array2d
Method · 0.70
array2d
Class · 0.70
deserialize
Function · 0.70
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected