Exchange the values of the specified a and b objects.
This exception provides the no-throw exception-safety guarantee. Note that, since a and b have the same value (a class invariant), this operation is a no-op.
| Name | Description |
|---|---|
| a | first object to exchange |
| b | second object to exchange |