交换两个 concurrent_unordered_set 对象的内容。 此方法不是并发安全方法。
void swap(
concurrent_unordered_set& _Uset
);
参数
- _Uset
要交换的 concurrent_unordered_set 对象。
要求
**头文件:**concurrent_unordered_set.h
**命名空间:**并发
交换两个 concurrent_unordered_set 对象的内容。 此方法不是并发安全方法。
void swap(
concurrent_unordered_set& _Uset
);
**头文件:**concurrent_unordered_set.h
**命名空间:**并发