boost::gil::scoped_channel_value::operator=
Assignment operator
Synopsis
Declared in <boost/gil/channel.hpp>
scoped_channel_value&
operator=(BaseChannelValue value);
Parameters
Name |
Description |
value |
The object to assign from |
Created with MrDocs