boost::gil::planar_pixel_iterator::planar_pixel_iterator

Copy constructor and operator= from pointers to compatible planar pixels or planar pixel references. That allow constructs like pointer = &value or pointer = &reference Since we should not override operator& that's the best we can do.

Synopsis

template<typename P>
planar_pixel_iterator(P* pix);

Parameters

Name

Description

pix

The object to construct from

Created with MrDocs