Represents a reference proxy to a channel operating over a bit range whose offset is fixed at compile time. More...
Classes | |
class | boost::gil::packed_channel_reference< BitField, FirstBit, NumBits, false > |
A constant subbyte channel reference whose bit offset is fixed at compile time. More... | |
class | boost::gil::packed_channel_reference< BitField, FirstBit, NumBits, true > |
A mutable subbyte channel reference whose bit offset is fixed at compile time. More... | |
Functions | |
template<typename BF , int FB, int NB, bool M, typename R > | |
void | std::swap (const boost::gil::packed_channel_reference< BF, FB, NB, M > x, R &y) |
swap for packed_channel_reference More... | |
template<typename BF , int FB, int NB, bool M> | |
void | std::swap (typename boost::gil::packed_channel_reference< BF, FB, NB, M >::value_type &x, const boost::gil::packed_channel_reference< BF, FB, NB, M > y) |
swap for packed_channel_reference More... | |
template<typename BF , int FB, int NB, bool M> | |
void | std::swap (const boost::gil::packed_channel_reference< BF, FB, NB, M > x, const boost::gil::packed_channel_reference< BF, FB, NB, M > y) |
swap for packed_channel_reference More... | |
Represents a reference proxy to a channel operating over a bit range whose offset is fixed at compile time.
Models ChannelConcept Example:
|
inline |
#include <boost_1_57_0/boost/gil/channel.hpp>
swap for packed_channel_reference
|
inline |
#include <boost_1_57_0/boost/gil/channel.hpp>
swap for packed_channel_reference
|
inline |
#include <boost_1_57_0/boost/gil/channel.hpp>
swap for packed_channel_reference