boost::gil::histogram::insert_range
Inserts a range of elements.
Synopsis
Declared in <boost/gil/histogram.hpp>
template<__detail::__container_compatible_range<value_type> _Rg>
void
insert_range(_Rg&& __rg);
Parameters
Name |
Description |
__rg |
An input range of elements that can be converted to the map's value type. |
Created with MrDocs