boost::gil::get_pixel_type_locator::type
Synopsis
Declared in <boost/gil/extension/toolbox/image_types/indexed_image.hpp>
using type = mp11::mp_if<is_bit_aligned<Locator::value_type>::type, Locator::reference, Locator::value_type>;
Created with MrDocs