boost::gil::pixel::operator=
Assignment operators
Synopses
Declared in <boost/gil/pixel.hpp>
Copy assignment operator
pixel&
operator=(pixel const& p);
Assignment operator
pixel&
operator=(channel_t channel);
Assignment operator
template<typename Pixel>
pixel&
operator=(Pixel const& p);
Created with MrDocs