boost::gil::histogram::equal_range

Finds a subsequence matching given key.

Synopsis

Declared in <boost/gil/histogram.hpp>

std::pair<iterator, iterator>
equal_range(key_type const& __x);

Description

@{

This function probably only makes sense for %unordered_multimap.

Return Value

Pair of iterators that possibly points to the subsequence matching given key.

Parameters

Name

Description

__x

Key to be located.

Created with MrDocs