MCPcopy 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

deserializeFunction · 0.70
array2dMethod · 0.70
array2dClass · 0.70
deserializeFunction · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected