boost::gil::histogram::reserve
Prepare the %unordered_map for a specified number of elements.
Synopsis
Declared in <boost/gil/histogram.hpp>
void
reserve(size_type __n);
Parameters
Name |
Description |
__n |
Number of elements required. |
Created with MrDocs