扩展阅读
当前位置: 编程语言>c/c++
C++ Double Ended Queues 成员 swap():swap one dequeue with another
发布时间:2014-1-19
本文导语: C++ Double Ended Queues 成员 swap():swap one dequeue with another
swap
syntax:
void swap( dequeue &target );
the swap() function swaps the elements in the current double-ended queue with those in
target.