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