element_type, element_reference_type, element_const_reference_type
[Algorithms and Utility Functions]


Detailed Description

Types for homogeneous color bases.

Example:

typedef element_type<rgb8c_planar_ptr_t>::type element_t;
BOOST_STATIC_ASSERT((boost::is_same<element_t, const bits8*>::value));


Classes

struct  element_type
 Specifies the element type of a homogeneous color base. More...
struct  element_reference_type
 Specifies the return type of the mutable element accessor at_c of a homogeneous color base. More...
struct  element_const_reference_type
 Specifies the return type of the constant element accessor at_c of a homogeneous color base. More...

Generated on Thu Nov 8 21:53:20 2007 for Generic Image Library by  doxygen 1.4.4