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.
Created with MrDocs