Exchange this pool's memory blocks with those of other.
Efficiently exchange the memory blocks of this object with those of the specified other object. This method provides the no-throw exception-safety guarantee. The behavior is undefined unless allocator() == other.allocator().
| Name | Description |
|---|---|
| other | pool with which to exchange memory blocks |