Exchange the values of the deques at a and b.
Declared in <bslstl_deque.h>
static
void
swap(
void* a,
void* b);
Exchange the value of the specified a deque with that of the specified b deque.
| Name | Description |
|---|---|
| a | address of the first raw deque object |
| b | address of the second raw deque object |