TuttleOFX  1
terry::numeric::channel_minus_scalar_assign_t< Scalar, ChannelDst > Struct Template Reference

ch -= s structure for subtracting a scalar from a channel 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() (const Scalar s, typename channel_traits< ChannelDst >::reference ch) const

Detailed Description

template<typename Scalar, typename ChannelDst>
struct terry::numeric::channel_minus_scalar_assign_t< Scalar, ChannelDst >

ch -= s structure for subtracting a scalar from a channel this is a generic implementation; user should specialize it for better performance

Definition at line 136 of file operations_assign.hpp.


Member Function Documentation

template<typename Scalar , typename ChannelDst >
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_minus_scalar_assign_t< Scalar, ChannelDst >::operator() ( const Scalar  s,
typename channel_traits< ChannelDst >::reference  ch 
) const [inline]

Definition at line 140 of file operations_assign.hpp.


The documentation for this struct was generated from the following file: