boost::gil::histogram::insert

A template function that attempts to insert a range of elements.

Synopsis

Declared in <boost/gil/histogram.hpp>

template<typename _InputIterator>
void
insert(
    _InputIterator __first,
    _InputIterator __last);

Description

Complexity similar to that of the range constructor.

Parameters

Name

Description

__first

Iterator pointing to the start of the range to be inserted.

__last

Iterator pointing to the end of the range.

Created with MrDocs