共用方式為


unordered_set::iterator

A type that provides a constant forward iterator that can read elements in an unordered_set.

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_set Class

Standard Template Library