boost::gil::histogram::rehash
May rehash the %unordered_map.
Synopsis
Declared in <boost/gil/histogram.hpp>
void
rehash(size_type __n);
Description
Rehash will occur only if the new number of buckets respect the %unordered_map maximum load factor.
Parameters
Name |
Description |
__n |
The new number of buckets. |
Created with MrDocs