boost::gil::virtual_2d_locator::operator=
Copy assignment operator
Synopsis
Declared in <boost/gil/virtual_locator.hpp>
virtual_2d_locator&
operator=(virtual_2d_locator const& other) = default;
Parameters
Name |
Description |
other |
The object to copy assign from |
Created with MrDocs