boost::gil::image::operator=
Assignment operators
Synopses
Declared in <boost/gil/image.hpp>
Copy assignment operator
image&
operator=(image const& img);
Move assignment operator
image&
operator=(image&& img);
Assignment operator
template<typename Img>
image&
operator=(Img const& img);
Created with MrDocs