Arithmetic operation of dividing channel value by scalar. More...
#include <channel_numeric_operations.hpp>
Public Types | |
using | ChannelRef = typename channel_traits< Channel >::const_reference |
Public Member Functions | |
auto | operator() (ChannelRef channel, Scalar const &scalar) const -> ChannelResult |
Arithmetic operation of dividing channel value by scalar.
|
inline |
channel | - dividend operand of the two division operation. |
scalar | - divisor operand of the two division operation. |