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;
Parameters
Name |
Description |
__x |
Key to be located. |
Created with MrDocs