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