boost::gil::packed_pixel::operator=
Assignment operator
Synopsis
Declared in <boost/gil/packed_pixel.hpp>
template<typename Pixel>
packed_pixel&
operator=(Pixel const& p);
Parameters
Name |
Description |
p |
The object to copy assign from |
Created with MrDocs