System::Collections::Specialized::StringCollection::begin method
StringCollection::begin() const method
const 修飾されたコンテナの最初の要素へのイテレータを返します。コンテナが空の場合、返されるイテレータは end() と等しくなります。
const_iterator System::Collections::Specialized::StringCollection::begin() const noexcept
ReturnValue
const 修飾されたコンテナの最初の要素を指すイテレータ。
参照
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
StringCollection::begin() method
コンテナの最初の要素へのイテレータを返します。コンテナが空の場合、返されるイテレータは end() と等しくなります。
iterator System::Collections::Specialized::StringCollection::begin() noexcept
ReturnValue
コンテナの最初の要素を指すイテレータ。
参照
- Typedef iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++