Allow rehash. If conditions warrant, rehash will be started by the next method call that observes the load factor is exceeded (see {Concurrent Rehash}). Note that calling maxLoadFactor(maxLoadFactor()) (i.e., setting the maximum load factor to its current value) will trigger a rehash if needed but otherwise does not change the hash map.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

void
enableRehash();

Created with MrDocs