System::Collections::Generic::List::end 메서드
List::end() const method
const 한정 컬렉션 끝 뒤에 존재하지 않는 요소에 대한 반복자를 가져옵니다.
const_iterator System::Collections::Generic::List<T>::end() const noexcept
ReturnValue
const 한정 리스트 인스턴스에서 끝 요소 뒤에 배치된 가상의 요소를 가리키는 반복자.
또 보기
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::end() method
컬렉션 끝 뒤에 존재하지 않는 요소에 대한 반복자를 가져옵니다.
iterator System::Collections::Generic::List<T>::end() noexcept
ReturnValue
리스트의 끝 요소 뒤에 배치된 가상의 요소를 가리키는 반복자.
또 보기
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++