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

See Also

Reference

<unordered_set>

unordered_multiset Class

Standard Template Library