Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A type that provides a bidirectional iterator that can read any const element in the multiset.
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
Remarks
A type const_reverse_iterator cannot modify the value of an element and is use to iterate through the multiset in reverse.
Example
See the example for rend for an example of how to declare and use the const_reverse_iterator.
Requirements
Header: <set>
Namespace: std