template<typename Key, typename Hash = hash<Key>, typename KeyEqual = std::equal_to<Key>, typename Allocator = std::allocator<Key>>
struct gem5::stl_helpers::unordered_set< Key, Hash, KeyEqual, Allocator >
Definition at line 196 of file hash_helpers.hh.