boost::gil::histogram::contains

Finds whether an element with the given key exists.

Synopses

Declared in <boost/gil/histogram.hpp>

Finds whether an element with the given key exists.

bool
contains(key_type const& __x) const;
template<typename _Kt>
decltype(_M_h._M_find_tr(__x), void(), true)
contains(_Kt const& __x) const;

Return Value

True if there is any element with the specified key.

Parameters

Name

Description

__x

Key of elements to be located.

Created with MrDocs