boost::gil::channel_type<packed_pixel<B, C, L> const>
Synopsis
Declared in <boost/gil/extension/toolbox/metafunctions/channel_type.hpp>
template<
typename B,
typename C,
typename L>
struct channel_type<packed_pixel<B, C, L> const>
: lazy_enable_if<is_homogeneous<packed_pixel<B, C, L>>, gen_chan_ref_p<B, C, L>>
Base Classes
Name |
Description |
|
Created with MrDocs