扩展阅读
当前位置: 编程语言>c/c++
C++ Double Ended Queues 成员 front():returns the first element
发布时间:2014-1-19
本文导语: C++ Double Ended Queues 成员 front():returns the first element
front
syntax:
reference front();
the front() function returns a reference to the element at the beginning of the
double-ended queue.