Exchange this object's target, manager, and invoker with other.
Exchange this object's target object, manager function, and invoker with those of the specified other object. The behavior is undefined unless this->get_allocator() == other->get_allocator().
| Name | Description |
|---|---|
| other | representation with which to exchange state |