boost::gil::packed_channel_reference<BitField, FirstBit, NumBits, true>::operator=

Assignment operator

Synopsis

Declared in <boost/gil/channel.hpp>

template<bool Mutable1>
packed_channel_reference const&
operator=(packed_dynamic_channel_reference<BitField, NumBits, Mutable1> const& ref) const;

Return Value

Reference to the current object

Parameters

Name

Description

ref

The object to copy assign from

Created with MrDocs