Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
swap
Exchanges the elements of two deques.
void swap(
deque<Type, Allocator>& left,
deque<Type, Allocator>& right);
Parameters
left
An object of type deque
.
right
An object of type deque
.
Example
See the example for deque::swap.