BucketInfo.opIndex

Obtains the number of elements in the bucket specified by bucket_index.

class BucketInfo
size_t
opIndex
()

Parameters

bucket_index size_t

bucket index

Return Value

Type: size_t

the number of elements in the bucket specified by bucket_index.

In: bucket_index must be less than the number of buckets.

Meta