boost::gil::pixel_bit_size<packed_pixel<B, C, L>>
Synopsis
Declared in <boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp>
template<
typename B,
typename C,
typename L>
struct pixel_bit_size<packed_pixel<B, C, L>>
: mp11::mp_fold<C, std::integral_constant<int, 0>, mp_plus>
Base Classes
Name |
Description |
|
Created with MrDocs