|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dynamic map with open hashing. More...
#include <cstddef>#include <functional>#include <type_traits>#include <utility>#include <tpl_olhash.H>#include <tpl_odhash.H>Go to the source code of this file.
Classes | |
| struct | Aleph::MapOpenHash< Key, Data, Cmp, HashTable > |
| Open addressing hash map for key-value pairs. More... | |
| struct | Aleph::MapOLhash< Key, Data, Cmp > |
| Open addressing hash map using linear probing. More... | |
| struct | Aleph::MapODhash< Key, Data, Cmp > |
| Open addressing hash map using double hashing. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Dynamic map with open hashing.
Definition in file tpl_dynMapOhash.H.