Recreate this hash map with at least numBuckets buckets.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
void
rehash(std::size_t numBuckets);
This operation is a no-op if any of the following are true: 1) rehash is disabled; 2) numBuckets less or equals the current number of buckets. See {Rehash}.
| Name | Description |
|---|---|
| numBuckets | minimum number of buckets after rehash |