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