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

Function swap

benchmarks/boost/array.hpp:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 // global swap()
367 template<class T, std::size_t N>
368 inline void swap (array<T,N>& x, array<T,N>& y) {
369 x.swap(y);
370 }
371
372#if defined(__SUNPRO_CC)
373// Trac ticket #4757; the Sun Solaris compiler can't handle

Callers 1

swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected