TuttleOFX
1
|
ch2 /= ch1 structure for dividing channels this is a generic implementation; user should specialize it for better performance More...
#include <operations_assign.hpp>
Public Member Functions | |
GIL_FORCEINLINE channel_traits < ChannelDst >::reference | operator() (typename channel_traits< ChannelSrc >::const_reference ch1, typename channel_traits< ChannelDst >::reference ch2) const |
ch2 /= ch1 structure for dividing channels this is a generic implementation; user should specialize it for better performance
Definition at line 103 of file operations_assign.hpp.
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_divides_assign_t< ChannelSrc, ChannelDst >::operator() | ( | typename channel_traits< ChannelSrc >::const_reference | ch1, |
typename channel_traits< ChannelDst >::reference | ch2 | ||
) | const [inline] |
Definition at line 107 of file operations_assign.hpp.