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

Function swap

dlib/array/array_kernel_abstract.h:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 typename T
326 >
327 inline void swap (
328 array<T>& a,
329 array<T>& b
330 ) { a.swap(b); }
331 /*!
332 provides a global swap function
333 !*/

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected