momo  3.11
momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket > Member List

This is the complete list of members for momo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >, including all inherited members.

Bucket typedefmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >
CalcCapacity(size_t bucketCount, size_t bucketMaxItemCount) const noexceptmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
EqualComparer typedefmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >
GetBucketCountShift(size_t bucketCount, size_t bucketMaxItemCount) const noexceptmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
GetEqualComparer() const noexceptmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
GetHashCode(const KeyArg &key) constmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
GetHasher() const noexceptmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
GetLogStartBucketCount() const noexceptmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
GetMaxLoadFactor(size_t bucketMaxItemCount) const noexceptmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
HashBucket typedefmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >
Hasher typedefmomo::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) constmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >inline
isFastNothrowHashablemomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >static
IsValidKeyArg typedefmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >
Key typedefmomo::HashTraitsStd< TKey, THasher, TEqualComparer, THashBucket >