boost::gil::kth_element_const_reference_type<planar_pixel_reference<ChannelReference, ColorSpace>, K>

Synopsis

template<
    typename ChannelReference,
    typename ColorSpace,
    int K>
struct kth_element_const_reference_type<planar_pixel_reference<ChannelReference, ColorSpace>, K>
    : std::add_lvalue_reference<std::add_const<ChannelReference>::type>

Base Classes

Name

Description

std::add_lvalue_reference<std::add_const<ChannelReference>::type>

Created with MrDocs