#include <absl/container/flat_hash_map.h>#include <absl/container/flat_hash_set.h>#include <absl/container/node_hash_map.h>#include <absl/container/node_hash_set.h>#include <fe/hash.h>Go to the source code of this file.
Classes | |
| struct | mim::GIDHash< T > |
| struct | mim::GIDLt< T > |
Namespaces | |
| namespace | mim |
Typedefs | |
GID | |
| template<class K, class V> | |
| using | mim::GIDMap = absl::flat_hash_map<K, V, GIDHash<K>> |
| template<class K> | |
| using | mim::GIDSet = absl::flat_hash_set<K, GIDHash<K>> |
| template<class K, class V> | |
| using | mim::GIDNodeMap = absl::node_hash_map<K, V, GIDHash<K>> |
| template<class K> | |
| using | mim::GIDNodeSet = absl::node_hash_set<K, GIDHash<K>> |