Efficiently exchange the values of two HashTableAnchor objects.
Efficiently exchange the values of the specified a and b objects. This function provides the no-throw exception-safety guarantee. The behavior is undefined unless the two objects were created with the same allocator.
| Name | Description |
|---|---|
| a | first object to exchange |
| b | second object to exchange |