MCPcopy Create free account
hub / github.com/davisking/dlib / swap

Function swap

dlib/array2d/array2d_kernel_abstract.h:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 typename mem_manager
301 >
302 inline void swap (
303 array2d<T,mem_manager>& a,
304 array2d<T,mem_manager>& b
305 ) { a.swap(b); }
306 /*!
307 provides a global swap function
308 !*/

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected