System::Array::cbegin 方法
Array::cbegin method
返回一个指向容器中第一个 const 限定元素的迭代器。如果容器为空,返回的迭代器等于 cend()。
const_iterator System::Array<T>::cbegin() const noexcept
ReturnValue
一个指向容器中第一个 const 限定元素的迭代器。
另见
- Typedef const_iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++