Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
A type that provides a bidirectional iterator that can read or modify an element in a reversed multiset.
typedef std::reverse_iterator<iterator> reverse_iterator;
Remarks
A type reverse_iterator is use to iterate through the multiset in reverse.
Example
See example for rbegin for an example of how to declare and use reverse_iterator.
Requirements
Header: <set>
Namespace: std