std::queue::back
STD::队列::返回
reference back( | | |
---|---|---|
const_reference back() const; | | |
返回队列中最后一个元素的引用。这是最近推出的元素。有效呼叫c.back()
...
参数
%280%29
返回值
引用最后一个元素。
复杂性
常量。
另见
front | access the first element (public member function) |
---|---|
push | inserts element at the end (public member function) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。