System::Collections::Generic::SortedList::rend 메서드
SortedList::rend() const method
const 한정 컬렉션 시작 앞에 존재하지 않는 요소에 대한 역방향 반복자를 가져옵니다.
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() const noexcept
ReturnValue
const 한정된 맵에서 첫 번째 요소 앞에 있는 이론적인 요소를 가리키는 역방향 반복자 (역순에서 마지막).
또 보기
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::rend() method
컬렉션 시작 앞에 존재하지 않는 요소에 대한 역방향 반복자를 가져옵니다.
reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() noexcept
ReturnValue
맵에서 첫 번째 요소 앞에 있는 이론적인 요소를 가리키는 역방향 반복자 (역순에서 마지막).
또 보기
- Typedef reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++