扩展阅读
当前位置: 编程语言>c/c++
C++ Double Ended Queues 成员 clear():remove all elements
发布时间:2014-1-19
本文导语: C++ Double Ended Queues 成员 clear():remove all elements
clear
syntax:
void clear();
the clear() function deletes all of the elements from the double-ended queue.