5 #include <ddd/google/sparse_hash_set>
7 #include <unordered_set>
24 typedef typename google::sparse_hash_set<Key,Hash,Compare,Allocator>
type;
26 typedef typename std::unordered_set<Key,Hash,Compare,Allocator>
type;
std::allocator< T > type
Definition: configuration.hh:39
Definition: hash_set.hh:22
google::sparse_hash_set< Key, Hash, Compare, Allocator > type
Definition: hash_set.hh:24
Definition: hash_support.hh:51
Definition: hash_support.hh:40