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