boost::gil::get_pixel_type::type
Synopsis
Declared in <boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp>
using type = mp11::mp_if<is_bit_aligned<View::value_type>, View::reference, View::value_type>;
Created with MrDocs