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