System::Collections::Generic::SortedDictionary::rbegin μέθοδος
SortedDictionary::rbegin() const method
Λαμβάνει έναν αντίστροφο επαναλήπτη στο τελευταίο στοιχείο της συλλογής με const-προσδιορισμό (πρώτο σε αντίστροφη σειρά).
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() const noexcept
ReturnValue
Ένας αντίστροφος iterator που δείχνει στο τελευταίο στοιχείο του const‑προσδιορισμένου χάρτη (πρώτο σε αντίστροφη σειρά).
Δείτε επίσης
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::rbegin() method
Λαμβάνει έναν αντίστροφο επαναλήπτη στο τελευταίο στοιχείο της συλλογής (πρώτο σε αντίστροφη σειρά).
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() noexcept
ReturnValue
Ένας αντίστροφος iterator που δείχνει στο τελευταίο στοιχείο του χάρτη (πρώτο σε αντίστροφη σειρά).
Δείτε επίσης
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++