packed_channel_value
[Models]


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(channel_traits<bits4>::min_value()==0);
assert(channel_traits<bits4>::max_value()==15);
assert(sizeof(bits4)==1);
BOOST_STATIC_ASSERT((boost::is_integral<bits4>::value));


Classes

class  packed_channel_value
 The value of a subbyte channel. Models: ChannelValueConcept. More...

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google