|
RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
|
Reserved prototype for a hadix map. More...
#include <hadix_map.hpp>
Reserved prototype for a hadix map.
This type is not yet fully implemented, including this file is an error.
| K | Key type. |
| V | Mapped value type. |
| Hash | Hash function for keys. |
| KeyEqual | Equality predicate for keys. |
| Alloc | Allocator for key-value storage. |