Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/numeric/
Dchannel_numeric_operations.hpp34 struct channel_plus_t struct
36 using ChannelRef1 = typename channel_traits<Channel1>::const_reference;
37 using ChannelRef2 = typename channel_traits<Channel2>::const_reference;
45 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult in operator ()()