boost::gil::histogram::contains
Finds whether an element with the given key exists.
Synopsis
Declared in <boost/gil/histogram.hpp>
bool
contains(key_type const& __x) const;
Parameters
Name |
Description |
__x |
Key of elements to be located. |
Created with MrDocs