std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::bucket_size

Returns the number of elements in the bucket with index n.

# Declarations

size_type bucket_size( size_type n ) const;

(since C++11)

# Parameters

# Return value

The number of elements in the bucket n.

# See also