Move the raw deque at src into dst and reset src.
Declared in <bslstl_deque.h>
static
void
move(
void* dst,
void* src);
Assign the value of the specified dst deque to that of the specified src deque, and reset the src deque to a raw state.
| Name | Description |
|---|---|
| dst | address of the destination raw deque |
| src | address of the source raw deque |