System::Array::cend 方法

Array::cend method

返回指向容器最后一个元素之后的元素的迭代器。该元素充当占位符;尝试访问它会导致未定义行为。

const_iterator System::Array<T>::cend() const noexcept

ReturnValue

一个迭代器,指向容器中最后一个元素之后的理论 const 限定元素。

另见