此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
交换两个 deques 的元素。
void swap( deque<Type, Allocator>& _Left, deque<Type, Allocator>& _Right, );
_Left deque 类型的对象。
_Right deque 类型的对象。
请参见 deque::swap中的示例。
标头: <deque>
命名空间: std
标准模板库