nfx-containers 0.6.0
Modern C++20 header-only library providing high-performance hash containers with Robin Hood and perfect hashing
Loading...
Searching...
No Matches
TransparentHashSet.h File Reference

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>
Include dependency graph for TransparentHashSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfx::containers::TransparentHashSet< TKey, Hash, KeyEqual >
 Generic unordered set with transparent lookup support. More...

Detailed Description

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.