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