boost::gil::nth_channel_view_type<any_image_view<Views...>>
Given a runtime source image view, returns the type of a runtime image view over a single channel of the source view
Synopsis
Declared in <boost/gil/extension/dynamic_image/image_view_factory.hpp>
template<typename... Views>
struct nth_channel_view_type<any_image_view<Views...>>;