NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Functions | |
template<class Key , class T , class Hash , class KeyEqual , class Allocator , std::size_t SLOT_PER_BUCKET> | |
void | swap (cuckoohash_map< Key, T, Hash, KeyEqual, Allocator, SLOT_PER_BUCKET > &lhs, cuckoohash_map< Key, T, Hash, KeyEqual, Allocator, SLOT_PER_BUCKET > &rhs) noexcept |
|
noexcept |
Specializes the std::swap
algorithm for cuckoohash_map
. Calls lhs.swap(rhs)
.
lhs | the map on the left side to swap |
lhs | the map on the right side to swap |
Referenced by NES::detail::Logger::changeLogLevel(), NES::Runtime::Execution::StreamJoinQuerySharedExecutionTest::miniShuffleHelper(), backward::SourceFile::operator=(), NES::Runtime::TupleBuffer::operator=(), NES::Logger::setupLogging(), backward::SourceFile::SourceFile(), NES::Runtime::TupleBuffer::storeChildBuffer(), cuckoohash_map< Key, T, Hash, KeyEqual, Allocator, SLOT_PER_BUCKET >::swap(), backward::details::handle< T, Deleter >::swap(), and libcuckoo_bucket_container< Key, T, Allocator, Partial, SLOT_PER_BUCKET >::swap().