| Cnfx::containers::FastHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::ConstIterator | Const iterator for HashMap that skips empty buckets |
| Cnfx::containers::FastHashSet< TKey, HashType, Seed, THasher, KeyEqual >::ConstIterator | Const forward iterator for FastHashSet that skips empty buckets |
| Cnfx::containers::OrderedHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::ConstIterator | Const iterator for OrderedHashMap that follows insertion order |
| Cnfx::containers::OrderedHashSet< TKey, HashType, Seed, THasher, KeyEqual >::ConstIterator | Const 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 >::Iterator | Iterator for HashMap that skips empty buckets |
| Cnfx::containers::FastHashSet< TKey, HashType, Seed, THasher, KeyEqual >::Iterator | Forward iterator for FastHashSet that skips empty buckets |
| Cnfx::containers::OrderedHashMap< TKey, TValue, HashType, Seed, THasher, KeyEqual >::Iterator | Iterator for OrderedHashMap that follows insertion order |
| Cnfx::containers::OrderedHashSet< TKey, HashType, Seed, THasher, KeyEqual >::Iterator | Iterator for OrderedHashSet that follows insertion order |
| Cnfx::containers::PerfectHashMap< TKey, TValue, HashType, Seed, Hasher, KeyEqual >::Iterator | Const 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 |