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