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.Page for C++