concurrent_unordered_set::swap Method

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

void swap(
   concurrent_unordered_set& _Uset
);

Parameters

  • _Uset
    The concurrent_unordered_set object to swap with.

Requirements

Header: concurrent_unordered_set.h

Namespace: concurrency

See Also

Reference

concurrent_unordered_set Class