Change the size of the array of buckets maintained by this container to the specified numBuckets, and redistribute all the contained elements into the new sequence of buckets, according to their hash values. Note that this operation has no effect if rehashing the elements into numBuckets would cause this unordered multimap to exceed its max_load_factor.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
void
rehash(size_type numBuckets);
Created with MrDocs