std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::bucket_count
Min standard notice:
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.