| Bucket typedef | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | |
| CalcCapacity(size_t bucketCount, size_t bucketMaxItemCount) const noexcept | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| EqualComparer typedef | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | |
| GetBucketCountShift(size_t bucketCount, size_t bucketMaxItemCount) const noexcept | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| GetEqualComparer() const noexcept | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| GetHashCode(const KeyArg &key) const | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| GetHasher() const noexcept | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| GetLogStartBucketCount() const noexcept | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| GetMaxLoadFactor(size_t bucketMaxItemCount) const noexcept | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| HashBucket typedef | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | |
| Hasher typedef | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | |
| HashTraitsStd(size_t startBucketCount=size_t{1}<< HashBucket::logStartBucketCount, const Hasher &hasher=Hasher(), const EqualComparer &equalComp=EqualComparer()) | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inlineexplicit |
| HashTraitsStd(const HashTraitsStd &hashTraits, float maxLoadFactor) | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| IsEqual(const KeyArg1 &key1, const KeyArg2 &key2) const | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | inline |
| isFastNothrowHashable | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | static |
| IsValidKeyArg typedef | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | |
| Key typedef | momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > | |