System::Collections::Specialized::StringCollection::end 메서드
StringCollection::end() const method
const 한정된 컨테이너의 마지막 요소 다음에 있는 요소에 대한 반복자를 반환합니다. 이 요소는 자리표시자 역할을 하며, 접근을 시도하면 정의되지 않은 동작이 발생합니다.
const_iterator System::Collections::Specialized::StringCollection::end() const noexcept
ReturnValue
const 한정 컨테이너의 마지막 요소 뒤에 배치된 가상의 요소를 가리키는 반복자입니다.
또 보기
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
StringCollection::end() method
컨테이너의 마지막 요소 다음에 있는 요소에 대한 반복자를 반환합니다. 이 요소는 자리표시자 역할을 하며, 접근을 시도하면 정의되지 않은 동작이 발생합니다.
iterator System::Collections::Specialized::StringCollection::end() noexcept
ReturnValue
컨테이너의 마지막 요소 뒤에 배치된 가상의 요소를 가리키는 반복자입니다.
또 보기
- Typedef iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++