absl::linked_hash_map::bucket_count

Returns the number of buckets in the underlying hash set.

Synopsis

Declared in <absl/container/linked_hash_map.h>

size_t
bucket_count() const;

Return Value

The bucket count.