std::unordered_set<Key,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.
Returns the number of buckets in the container.
size_type bucket_count() const;
(since C++11)
The number of buckets in the container.