boost::gil::packed_channel_reference<BitField, FirstBit, NumBits, true>::operator=
Assignment operator
Synopsis
Declared in <boost/gil/channel.hpp>
packed_channel_reference const&
operator=(integer_t value) const;
Parameters
Name |
Description |
value |
The object to assign from |
Created with MrDocs