unordered_multiset::iterator
A type that provides a constant forward iterator that can read elements in an unordered_multiset.
typedef implementation-defined iterator;
Example
See the example for begin for an example of how to declare and use an iterator.
Requirements
Header: <unordered_set>
Namespace: std