boost::gil::planar_pixel_iterator::operator=
Assignment operator
Synopsis
template<typename P>
planar_pixel_iterator&
operator=(P* pix);
Parameters
Name |
Description |
pix |
The object to assign from |
Created with MrDocs