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

Go to the source code of this file.
Classes | |
| class | nfx::containers::TransparentHashSet< TKey, Hash, KeyEqual > |
| Generic unordered set with transparent lookup support. More... | |
Generic unordered set with transparent lookup and configurable hashing.
Provides a thin wrapper around std::unordered_set with enhanced type support including automatic transparent lookup via hashing::Hasher
Definition in file TransparentHashSet.h.