concurrent_unordered_multimap::swap 方法

交換兩個 concurrent_unordered_multimap 物件的內容。這個方法不是並行安全的。

void swap(
   concurrent_unordered_multimap& _Umap
);

參數

  • _Umap
    concurrent_unordered_multimap物件來進行交換。

需求

標頭: concurrent_unordered_map.h

Namespace: 並行存取

請參閱

參考

concurrent_unordered_multimap 類別