Return the number of buckets contained in this hash table.
Synopsis
Declared in <bslstl_hashtable.h>
HashTable<KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR>::SizeType
numBuckets() const;
Return Value
number of buckets in this hash table
Created with MrDocs