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

Function swap

dlib/queue/queue_kernel_c.h:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 typename queue_base
47 >
48 inline void swap (
49 queue_kernel_c<queue_base>& a,
50 queue_kernel_c<queue_base>& b
51 ) { a.swap(b); }
52
53// ----------------------------------------------------------------------------------------
54// ----------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected