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
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cnfx::containers::FastHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::ConstIteratorConst iterator for HashMap that skips empty buckets
 Cnfx::containers::FastHashSet< TKey, HashType, Seed, THasher, KeyEqual >::ConstIteratorConst forward iterator for FastHashSet that skips empty buckets
 Cnfx::containers::OrderedHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::ConstIteratorConst iterator for OrderedHashMap that follows insertion order
 Cnfx::containers::OrderedHashSet< TKey, HashType, Seed, THasher, KeyEqual >::ConstIteratorConst iterator for OrderedHashSet that follows insertion order
 Cnfx::containers::FastHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >Hash map with Robin Hood hashing for bounded probe distances
 Cnfx::containers::FastHashSet< TKey, HashType, Seed, THasher, KeyEqual >Hash set with Robin Hood hashing for bounded probe distances and predictable performance
 Cnfx::containers::FastHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::IteratorIterator for HashMap that skips empty buckets
 Cnfx::containers::FastHashSet< TKey, HashType, Seed, THasher, KeyEqual >::IteratorForward iterator for FastHashSet that skips empty buckets
 Cnfx::containers::OrderedHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::IteratorIterator for OrderedHashMap that follows insertion order
 Cnfx::containers::OrderedHashSet< TKey, HashType, Seed, THasher, KeyEqual >::IteratorIterator for OrderedHashSet that follows insertion order
 Cnfx::containers::PerfectHashMap< TKey, TValue, HashType, Seed, Hasher, KeyEqual >::IteratorConst forward iterator for PerfectHashMap
 Cnfx::containers::OrderedHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >Hash map with Robin Hood hashing and insertion-order preservation
 Cnfx::containers::OrderedHashSet< TKey, HashType, Seed, THasher, KeyEqual >Hash set with Robin Hood hashing and insertion-order preservation
 Cnfx::containers::PerfectHashMap< TKey, TValue, HashType, Seed, Hasher, KeyEqual >Perfect hash map using displacement-based perfect hashing for immutable datasets
 Cnfx::containers::StackHashMap< TKey, TValue, N, KeyEqual >Hash map with small buffer optimization for stack-allocated storage
 Cnfx::containers::StackHashSet< TKey, N, KeyEqual >Hash set with small buffer optimization for stack-allocated storage
 Cnfx::containers::StackVector< T, N >Vector with stack storage optimization
 Cstd::unordered_map< K, T >STL class
 Cnfx::containers::TransparentHashMap< TKey, TValue, Hash, KeyEqual >Generic unordered map with transparent lookup
 Cstd::unordered_set< K >STL class
 Cnfx::containers::TransparentHashSet< TKey, Hash, KeyEqual >Generic unordered set with transparent lookup support