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.
Parameters
Name |
Description |
pix |
The object to construct from |
Created with MrDocs