boost::gil::histogram::insert
Synopsis
Declared in <boost/gil/histogram.hpp>
template<typename _Pair>
pair<iterator, bool>
insert(_Pair&& __x)
requires is_constructible<value_type, _Pair&&>::value;
Created with MrDocs