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

Function swap

dlib/queue/queue_kernel_2.h:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 typename mem_manager
177 >
178 inline void swap (
179 queue_kernel_2<T,block_size,mem_manager>& a,
180 queue_kernel_2<T,block_size,mem_manager>& b
181 ) { a.swap(b); }
182
183 template <
184 typename T,

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected