BloombergLP::bdlcc::StripedUnorderedContainerImpl::bucketSize

Return the number of elements in the bucket at index.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

std::size_t
bucketSize(std::size_t index) const;

Description

The behavior is undefined unless 0 <= index < bucketCount().

Return Value

number of elements in the bucket at index

Parameters

NameDescription
indexbucket index