- std :: map: current C ++ standard associative container (key / value) that works like a tree behind;
- std :: unordered_map: the next standard (C ++ 0x - or in Technical Report 1) is a hash map container that works like ... a hash map.
- std:: tr1:: unordered_map: , , tr1, , TR1, , std.
- ext:: unordered_map: - , , , , , std:: unordered_map, .
, std:: unordered_map - ( -). , , ( ++ 0x ).
, boost:: unordered_map, .