Loading...
Searching...
No Matches
dense_integer_map.h File Reference
Dense integer map.
More...
#include <util/invariant.h>
#include <cstdint>
#include <limits>
#include <unordered_set>
#include <vector>
+ 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.
Identity functor. When we use C++20 this can be replaced with std::identity.
More...
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...
Detailed Description