Home
last modified time | relevance | path

Searched defs:channel_assigns_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/extension/numeric/
Dchannel_numeric_operations.hpp234 struct channel_assigns_t struct
236 using ChannelRef1 = typename channel_traits<Channel1>::const_reference;
237 using ChannelRef2 = typename channel_traits<Channel2>::reference;
243 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelRef2 in operator ()()