System::Collections::Generic::SortedDictionary::rend méthode
Contenu
[
Cacher
]SortedDictionary::rend() const method
Obtient un itérateur inverse pour un élément inexistant avant le début de la collection const.
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() const noexcept
ReturnValue
Un itérateur inverse pointant vers l’élément théorique précédant le premier élément dans la map const‑qualifiée (dernier en sens inverse).
Voir aussi
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedDictionary::rend() method
Obtient un itérateur inverse pour un élément inexistant avant le début de la collection.
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() noexcept
ReturnValue
Un itérateur inverse pointant vers l’élément théorique précédant le premier élément dans la map (dernier en sens inverse).
Voir aussi
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++