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