boost::gil::histogram::end
end overloads
Synopses
Declared in <boost/gil/histogram.hpp>
Returns a read/write iterator that points one past the last element in the %unordered_map.
iterator
end() noexcept;
@{
const_iterator
end() const noexcept;
Returns a read‐only (constant) iterator pointing to one past the last bucket elements.
const_local_iterator
end(size_type __n) const;
Returns a read/write iterator pointing to one past the last bucket elements.
local_iterator
end(size_type __n);
Parameters
Name |
Description |
__n |
The bucket index. |
Created with MrDocs