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

std::multimap::rbegin

STD::Multimap::rstart,std::Multimap::cr式

reverse_iterator rbegin(
const_reverse_iterator rbegin() const;
const_reverse_iterator crbegin() const;(since C++11)

将反向迭代器返回到反向容器的第一个元素。它对应于非反转容器的最后一个元素。

参数

%280%29

返回值

反向迭代器到第一个元素。

例外

(none)(until C++11)
noexcept specification: noexcept(since C++11)

复杂性

常量。

另见

rend crendreturns a reverse iterator to the end (public member function)

© cppreference.com

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

http://en.cppreference.com/w/cpp/container/Multimap/r贝京