<unordered_map>
Visual Studio 2012
Defines the container template classes unordered_map and unordered_multimap and their supporting templates.
#include <unordered_map>
|
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. |
|
|
Tests if the unordered_map object on the left side of the operator is equal to the unordered_map object on the right side. |
|
|
Swaps two maps. |
|
|
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. |
|
|
Tests if the unordered_multimap object on the left side of the operator is equal to the unordered_multimap object on the right side. |
|
|
Swaps two multimaps. |