boost::gil::image::operator= arrow_upward boost::gil::image::operator= Move assignment operator Synopsis Declared in <boost/gil/image.hpp> image& operator=(image&& img); Return Value Reference to the current object Parameters Name Description img The object to move assign from Created with MrDocs