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