System::Collections::Generic::List::rbegin metodo
List::rbegin() const method
Restituisce un iteratore inverso all’ultimo elemento della collezione qualificata come const (primo in ordine inverso).
const_reverse_iterator System::Collections::Generic::List<T>::rbegin() const noexcept
ReturnValue
Un iteratore inverso che punta all’ultimo elemento della lista const (primo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::rbegin() method
Restituisce un iteratore inverso all’ultimo elemento della collezione (primo in ordine inverso).
reverse_iterator System::Collections::Generic::List<T>::rbegin() noexcept
ReturnValue
Un iteratore inverso che punta all’ultimo elemento della lista (primo in ordine inverso).
Vedi anche
- Typedef reverse_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++