System::Collections::Generic::LinkedList::rbegin 方法
LinkedList::rbegin() const method
获取 const 限定集合的最后一个元素的反向迭代器(反向的第一个元素)。
const_reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() const noexcept
ReturnValue
一个逆向迭代器,指向 const 限定的链表中的最后一个元素(逆序中的第一个)。
另见
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::rbegin() method
获取集合的最后一个元素的反向迭代器(反向的第一个元素)。
reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() noexcept
ReturnValue
一个逆向迭代器,指向链表中的最后一个元素(逆序中的第一个)。
另见
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++