Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.