std::multimap<Key,T,Compare,Allocator>::rend, std::multimap<Key,T,Compare,Allocator>::crend
来自cppreference.com
reverse_iterator rend(); |
(1) | (C++11 起为 noexcept) (C++26 起为 constexpr) |
const_reverse_iterator rend() const; |
(2) | (C++11 起为 noexcept) (C++26 起为 constexpr) |
const_reverse_iterator crend() const noexcept; |
(3) | (C++11 起) (C++26 起为 constexpr) |
返回指向逆向的 *this 的尾后元素的逆向迭代器。它对应非逆向的 *this 的首元素的前一元素。
返回的迭代器仅表现为哨位。不保证它