Rehash this container. methodset Hash policy
Declared in <folly/container/F14Map.h>
void
rehash(std::size_t bucketCapacity);
This function is provided for compliance with C++'s requirements for hashtables, but is no better than a simple reserve call for F14.
| Name | Description |
|---|---|
| bucketCapacity | The desired capacity across all buckets. |