hash_set is a container that holds an unordered set of items, and no two items in the container can compare equal.
hash_multiset permits duplicate entries. Also see the General Hash Issues Introduction.
Note: This header is non-standard. The classes herein are offered as extensions to the C++ standard. They are marked as such by the namespace Metrowerks.