在线文档教程
C++
容器 | Containers

std::queue::back

STD::队列::返回

reference back(
const_reference back() const;

返回队列中最后一个元素的引用。这是最近推出的元素。有效呼叫c.back()...

参数

%280%29

返回值

引用最后一个元素。

复杂性

常量。

另见

frontaccess the first element (public member function)
pushinserts element at the end (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/容器/Queue/back