Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
packed_channel_value

Represents the value of an unsigned integral channel operating over a bit range. More...

Classes

class  boost::gil::packed_channel_value< NumBits >
 The value of a subbyte channel. More...
 

Detailed Description

Represents the value of an unsigned integral channel operating over a bit range.

Models: ChannelValueConcept Example:

// A 4-bit unsigned integral channel.
typedef packed_channel_value<4> bits4;
assert(sizeof(bits4)==1);