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