System::Collections::Specialized::StringCollection::crbegin 方法
StringCollection::crbegin method
返回一个指向已反转容器中第一个元素的逆向迭代器。它对应于未反转容器的最后一个元素。如果容器为空,返回的迭代器等于 crend()。
const_reverse_iterator System::Collections::Specialized::StringCollection::crbegin() const noexcept
ReturnValue
一个指向容器中最后一个 const 限定元素的迭代器。
另见
- Typedef const_reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++