| title | <unordered_set> | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | a3364d54-147d-4796-8728-9e62a2e4c226 | |||||||||||||
| caps.latest.revision | 20 | |||||||||||||
| author | corob-msft | |||||||||||||
| ms.author | corob | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Defines the container template classes unordered_multiset and unordered_set and their supporting templates.
#include <unordered_set>
| unordered_multiset Class | Stores hash table of keys. |
| unordered_set Class | Stores hash table of keys. |
| operator!= | Tests if the unordered_multiset object on the left side of the operator is not equal to the unordered_multiset object on the right side. |
| operator== | Tests if the unordered_multiset object on the left side of the operator is equal to the unordered_multiset object on the right side. |
| swap | Swaps two multisets. |
| operator!= | Tests if the unordered_set object on the left side of the operator is not equal to the unordered_set object on the right side. |
| operator== | Tests if the unordered_set object on the left side of the operator is equal to the unordered_set object on the right side. |
| swap | Swaps two sets. |