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