System::Collections::Generic::SortedList::rend 方法

SortedList::rend() const method

获取指向 const 限定集合起始之前的不存在的元素的逆向迭代器。

const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() const noexcept

ReturnValue

一个指向 const 限定映射中第一个元素之前的理论元素的反向迭代器(反向中的最后一个)。

另见

SortedList::rend() method

获取指向集合起始之前的不存在的元素的逆向迭代器。

reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() noexcept

ReturnValue

一个指向映射中第一个元素之前的理论元素的反向迭代器(反向中的最后一个)。

另见