MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / swap

Function swap

benchmarks/dlib/array/array_kernel.h:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 typename mem_manager
228 >
229 inline void swap (
230 array<T,mem_manager>& a,
231 array<T,mem_manager>& b
232 ) { a.swap(b); }
233
234// ----------------------------------------------------------------------------------------
235

Callers 3

split_arrayFunction · 0.70
arrayMethod · 0.70
arrayClass · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected