<deque> functions
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at <deque> functions.
swap](#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.
Show: