Return the number of elements this hash table can hold without requiring a rehash operation in order to respect the maxLoadFactor.
Declared in <bslstl_hashtable.h>
HashTable<KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR>::SizeType
rehashThreshold() const;