System::Array::crbegin 方法

Array::crbegin method

返回一个指向已反转容器中第一个元素的逆向迭代器。它对应于未反转容器的最后一个元素。如果容器为空,返回的迭代器等于 crend()

const_reverse_iterator System::Array<T>::crbegin() const noexcept

ReturnValue

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

另见