MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / swap

Function swap

include/dmlc/blockingconcurrentqueue.h:982–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980
981template<typename T, typename Traits>
982inline void swap(BlockingConcurrentQueue<T, Traits>& a, BlockingConcurrentQueue<T, Traits>& b) MOODYCAMEL_NOEXCEPT
983{
984 a.swap(b);
985}
986
987} // end namespace moodycamel
988} // namespace dmlc

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected