concurrent_unordered_multimap::swap Method

Swaps the contents of two concurrent_unordered_multimap objects. This method is not concurrency-safe.

void swap(
   concurrent_unordered_multimap& _Umap
);

Parameters

  • _Umap
    The concurrent_unordered_multimap object to swap with.

Requirements

Header: concurrent_unordered_map.h

Namespace: concurrency

See Also

Reference

concurrent_unordered_multimap Class