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