boost::gil::histogram::end
Returns a read‐only (constant) iterator pointing to one past the last bucket elements.
Synopsis
Declared in <boost/gil/histogram.hpp>
const_local_iterator
end(size_type __n) const;
Parameters
Name |
Description |
__n |
The bucket index. |
Created with MrDocs