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