boost::gil::channel_type_to_index::value
Synopsis
Declared in <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
inline constexpr static
int value = detail::type_to_index
<
typename color_space_type<View>::type, // color (Boost.MP11‐compatible list)
Channel // channel type
>::value;
Created with MrDocs