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