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

Function swap

dlib/queue/queue_sort_1.h:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 typename queue_base
135 >
136 inline void swap (
137 queue_sort_1<queue_base>& a,
138 queue_sort_1<queue_base>& b
139 ) { a.swap(b); }
140
141// ----------------------------------------------------------------------------------------
142// ----------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected