Functions | |
template<typename BF , int FB, int NB, bool M, typename R > | |
void | swap (boost::gil::packed_channel_reference< BF, FB, NB, M > const x, R &y) |
swap for packed_channel_reference | |
template<typename BF , int FB, int NB, bool M> | |
void | swap (typename boost::gil::packed_channel_reference< BF, FB, NB, M >::value_type &x, boost::gil::packed_channel_reference< BF, FB, NB, M > const y) |
swap for packed_channel_reference | |
template<typename BF , int FB, int NB, bool M> | |
void | swap (boost::gil::packed_channel_reference< BF, FB, NB, M > const x, boost::gil::packed_channel_reference< BF, FB, NB, M > const y) |
swap for packed_channel_reference | |
The value of a subbyte channel. Models: ChannelValueConcept
Represents a reference proxy to a channel operating over a bit range whose offset is fixed at compile time. Models ChannelConcept Example: