Returns the number of buckets in the underlying hash set.
Synopsis
Declared in <absl/container/linked_hash_set.h>
size_t
bucket_count() const;
Return Value
The number of buckets.
Created with MrDocs