boost::gil::histogram::count
Finds the number of elements.
Synopses
Declared in <boost/gil/histogram.hpp>
Finds the number of elements.
size_type
count(key_type const& __x) const;
template<typename _Kt>
decltype(_M_h._M_count_tr(__x))
count(_Kt const& __x) const;
Parameters
Name |
Description |
__x |
Key to count. |
Created with MrDocs