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 hash_multiset.
typedef list<typename Traits::value_type, typename Traits::allocator_type>::const_reverse_iterator const_reverse_iterator;
Remarks
A type const_reverse_iterator cannot modify the value of an element and is use to iterate through the hash_multiset in reverse.
In Visual C++ .NET 2003, members of the <hash_map> and <hash_set> header files are no longer in the std namespace, but rather have been moved into the stdext namespace. See The stdext Namespace for more information.
Example
See the example for rend for an example of how to declare and use the const_reverse_iterator.
Requirements
Header: <hash_set>
Namespace: stdext