boost::gil::iterator_from_2d::operator=
Copy assignment operator
Synopsis
iterator_from_2d&
operator=(iterator_from_2d const& other) = default;
Parameters
Name |
Description |
other |
The object to copy assign from |
Created with MrDocs