boost::gil::any_image::operator=
Assignment operator
Synopsis
template<typename... OtherImages>
any_image&
operator=(any_image<OtherImages...> const& img);
Parameters
Name |
Description |
img |
The object to copy assign from |
Created with MrDocs