title | description | ms.date | f1_keywords | |
---|---|---|---|---|
<deque> functions |
Learn more about: <deque> functions |
11/04/2016 |
|
Exchanges the elements of two deques.
void swap(
deque<Type, Allocator>& left,
deque<Type, Allocator>& right);
left
An object of type deque
.
right
An object of type deque
.
See the example for deque::swap.