boost::gil::histogram::insert
Attempts to insert a list of elements into the %unordered_map.
Synopsis
Declared in <boost/gil/histogram.hpp>
void
insert(initializer_list<value_type> __l);
Parameters
Name |
Description |
__l |
A std::initializer_list<value_type> of elements to be inserted. |
Created with MrDocs