| title | <unordered_map> | 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 | eb90ecb2-250a-4be1-83d2-f66b2917edde | |||||||||||||
| caps.latest.revision | 20 | |||||||||||||
| author | corob-msft | |||||||||||||
| ms.author | corob | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Defines the container template classes unordered_map and unordered_multimap and their supporting templates.
#include <unordered_map>
| unordered_map Class | Stores hash table of {key, mapped} pairs. |
| unordered_multimap Class | Stores hash table of {key, mapped} pairs. |
| operator!= | Tests if the unordered_map object on the left side of the operator is not equal to the unordered_map object on the right side. |
| operator== | Tests if the unordered_map object on the left side of the operator is equal to the unordered_map object on the right side. |
| swap Function (unordered_map) | Swaps two maps. |
| operator!= | Tests if the unordered_multimap object on the left side of the operator is not equal to the unordered_multimap object on the right side. |
| operator== | Tests if the unordered_multimap object on the left side of the operator is equal to the unordered_multimap object on the right side. |
| swap Function (unordered_map) | Swaps two multimaps. |