An
unordered_map meets all of the requirements of a container, of an unordered associative container, and of an allocator-aware container (Table
76)
. It provides the operations described in the preceding requirements table for unique keys; that is, an
unordered_map supports the
a_uniq operations in that table, not the
a_eq operations
.