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

Returns the number of buckets in the container.

# Declarations

size_type bucket_count() const;

(since C++11)

# Return value

The number of buckets in the container.

# See also