|
nfx-containers 0.6.0
Modern C++20 header-only library providing high-performance hash containers with Robin Hood and perfect hashing
|
Generic unordered map with transparent lookup and configurable hashing. More...
#include <nfx/Hashing.h>#include <cstddef>#include <cstdint>#include <functional>#include <string>#include <type_traits>#include <unordered_map>

Go to the source code of this file.
Classes | |
| class | nfx::containers::TransparentHashMap< TKey, TValue, Hash, KeyEqual > |
| Generic unordered map with transparent lookup. More... | |
Generic unordered map with transparent lookup and configurable hashing.
Provides a thin wrapper around std::unordered_map with enhanced type support including automatic transparent lookup and flexible hash configuration
Definition in file TransparentHashMap.h.