Move-initialize this rep from the rep at the specified from.
Move-initialize this rep from the rep at the specified from address, leaving the latter empty. If 'this->get_allocator() != from->get_allocator()', this function degenerates to a call to copyInit(*from). The behavior is undefined unless this rep is empty before the call.
| Name | Description |
|---|---|
| from | address of the representation to move from |