|
CBMC
|
#include <limits>#include <unordered_set>#include <vector>#include <util/invariant.h>#include <util/optional.h>
Include dependency graph for dense_integer_map.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | identity_functort |
| Identity functor. When we use C++20 this can be replaced with std::identity. More... | |
| class | dense_integer_mapt< K, V, KeyToDenseInteger > |
| A map type that is backed by a vector, which relies on the ability to (a) see the keys that might be used in advance of their usage, and (b) map those keys onto a dense range of integers. More... | |
| class | dense_integer_mapt< K, V, KeyToDenseInteger >::iterator_templatet< UnderlyingIterator, UnderlyingValue > |
Dense integer map
Definition in file dense_integer_map.h.