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