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

Function swap

benchmarks/dlib/std_allocator.h:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188 template <typename T, typename M>
189 void swap (
190 std_allocator<T,M>& a,
191 std_allocator<T,M>& b
192 ) { a.swap(b); }
193
194// ----------------------------------------------------------------------------------------
195

Callers 3

qsort_partitionFunction · 0.70
medianFunction · 0.70
exchangeFunction · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected