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 55 of file unordered_map.

Public Types

Public Member Functions

Friends


The documentation for this class was generated from the following file:
Generated on Thu Nov 1 17:39:15 2007 for libstdc++ by  doxygen 1.5.1