std::unordered_set<Key,Hash,KeyEqual,Allocator>::bucket_size
Min standard notice:
Returns the number of elements in the bucket with index n.
# Declarations
size_type bucket_size( size_type n ) const;
(since C++11)
# Parameters
n: the index of the bucket to examine
# Return value
The number of elements in the bucket n.