boost::gil::histogram::equal_range

Finds a subsequence matching given key.

Synopses

Declared in <boost/gil/histogram.hpp>

Finds a subsequence matching given key.

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

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