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