|
momo
3.11
|
#include <HashBucketOpenN1.h>
Public Types | |
| template<typename ItemTraits , bool useHashCodePartGetter> | |
| using | Bucket = internal::BucketOpenN1< ItemTraits, maxCount, reverse > |
Static Public Member Functions | |
| static size_t | CalcCapacity (size_t bucketCount, size_t) noexcept |
| static size_t | GetBucketCountShift (size_t, size_t) noexcept |
Static Public Member Functions inherited from momo::internal::HashBucketBase | |
| static size_t | CalcCapacity (size_t bucketCount, size_t bucketMaxItemCount) noexcept |
| static size_t | GetBucketCountShift (size_t bucketCount, size_t bucketMaxItemCount) noexcept |
Static Public Attributes | |
| static const size_t | maxCount = tMaxCount |
| static const bool | reverse = tReverse |
Static Public Attributes inherited from momo::internal::HashBucketBase | |
| static const size_t | logStartBucketCount = 4 |
| using momo::HashBucketOpenN1< tMaxCount, tReverse >::Bucket = internal::BucketOpenN1<ItemTraits, maxCount, reverse> |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
static |
|
static |