boost::gil::image_view::operator=
Copy assignment operator
Synopsis
Declared in <boost/gil/image_view.hpp>
image_view&
operator=(image_view const& view);
Parameters
Name |
Description |
view |
The object to copy assign from |
Created with MrDocs