template<typename Key, typename T, typename Hash = hash<Key>, typename KeyEqual = std::equal_to<Key>, typename Allocator = std::allocator< std::pair<const Key, T> >>
struct gem5::stl_helpers::unordered_map< Key, T, Hash, KeyEqual, Allocator >
Definition at line 188 of file hash_helpers.hh.