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