Aspose::Page::XPS::XpsModel::XpsElement::end 方法

XpsElement::end() const method

获取指向集合的 const 限定实例中最后一个元素(如果有)之后的位置的迭代器。

const_iterator Aspose::Page::XPS::XpsModel::XpsElement::end() const noexcept

ReturnValue

一个迭代器,指向集合的 const 限定实例中最后一个元素(如果有)之后

另见

XpsElement::end() method

获取指向集合中最后一个元素(如果有)之后的位置的迭代器。

iterator Aspose::Page::XPS::XpsModel::XpsElement::end() noexcept

ReturnValue

一个迭代器,指向集合中最后一个元素(如果有)之后

另见