unordered_map Class Template Reference

Inheritance diagram for unordered_map:

Inheritance graph
List of all members.

Detailed Description

template<class Key, class T, class Hash = hash<Key>, class Pred = std::equal_to<Key>, class Alloc = std::allocator<std::pair<const Key, T> >, bool cache_hash_code = false>
class std::tr1::unordered_map< Key, T, Hash, Pred, Alloc, cache_hash_code >

Definition at line 52 of file unordered_map.

Public Types

Public Member Functions


The documentation for this class was generated from the following file:
Generated on Tue May 23 12:56:35 2006 for libstdc++ source by  doxygen 1.4.4