Boost GIL


Public Types | List of all members
nth_channel_view_type< any_image_view< Views... > > Struct Template Reference

Given a runtime source image view, returns the type of a runtime image view over a single channel of the source view. More...

#include <image_view_factory.hpp>

Public Types

using type = typename detail::views_get_nthchannel_type< any_image_view< Views... > >
 

Detailed Description

template<typename ... Views>
struct 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.


The documentation for this struct was generated from the following file: