boost::gil::packed_channel_reference<BitField, FirstBit, NumBits, true>::operator=
Assignment operators
Synopses
Declared in <boost/gil/channel.hpp>
Derived const&
operator=(integer_t v) const;
Assignment operator
packed_channel_reference const&
operator=(integer_t value) const;
Assignment operator
packed_channel_reference const&
operator=(const_reference const& ref) const;
Assignment operator
packed_channel_reference const&
operator=(mutable_reference const& ref) const;
Assignment operator
template<bool Mutable1>
packed_channel_reference const&
operator=(packed_dynamic_channel_reference<BitField, NumBits, Mutable1> const& ref) const;
Created with MrDocs