boost::gil::histogram::find

Tries to locate an element in an %unordered_map.

Synopses

Declared in <boost/gil/histogram.hpp>

Tries to locate an element in an %unordered_map.

iterator
find(key_type const& __x);
const_iterator
find(key_type const& __x) const;
template<typename _Kt>
decltype(_M_h._M_find_tr(__x))
find(_Kt const& __x) const;
template<typename _Kt>
decltype(_M_h._M_find_tr(__x))
find(_Kt const& __x);

Return Value

Iterator pointing to sought‐after element, or end() if not found.

Parameters

Name

Description

__x

Key to be located.

Created with MrDocs