System::Collections::Specialized::StringCollection::rend 方法
StringCollection::rend() const method
返回指向反向容器最后一个元素之后的元素的逆向迭代器。它对应于未反转容器的第一个元素之前的元素。该元素充当占位符,尝试访问它会导致未定义行为。
const_reverse_iterator System::Collections::Specialized::StringCollection::rend() const noexcept
ReturnValue
一个迭代器,指向 const 限定容器中第一个元素之前的理论元素。
另见
- Typedef const_reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
StringCollection::rend() method
返回指向反向容器最后一个元素之后的元素的逆向迭代器。它对应于未反转容器的第一个元素之前的元素。该元素充当占位符,尝试访问它会导致未定义行为。
reverse_iterator System::Collections::Specialized::StringCollection::rend() noexcept
ReturnValue
一个迭代器,指向容器中第一个元素之前的理论元素。
另见
- Typedef reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++