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

Function swap

blockingconcurrentqueue.h:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585
586template<typename T, typename Traits>
587inline void swap(BlockingConcurrentQueue<T, Traits>& a, BlockingConcurrentQueue<T, Traits>& b) MOODYCAMEL_NOEXCEPT
588{
589 a.swap(b);
590}
591
592} // end namespace moodycamel

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected