Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
586
template<typename T, typename Traits>
587
inline 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
swap
Method · 0.45
Tested by
no test coverage detected