TuttleOFX  1
terry::numeric::pixel_minus_assign_t< PixelSrc, PixelDst > Struct Template Reference

p2 -= p1 More...

#include <operations_assign.hpp>

Public Member Functions

GIL_FORCEINLINE PixelDst & operator() (const PixelSrc &p1, PixelDst &p2) const

Detailed Description

template<typename PixelSrc, typename PixelDst = PixelSrc>
struct terry::numeric::pixel_minus_assign_t< PixelSrc, PixelDst >

p2 -= p1

Definition at line 69 of file operations_assign.hpp.


Member Function Documentation

template<typename PixelSrc , typename PixelDst = PixelSrc>
GIL_FORCEINLINE PixelDst& terry::numeric::pixel_minus_assign_t< PixelSrc, PixelDst >::operator() ( const PixelSrc &  p1,
PixelDst &  p2 
) const [inline]

Definition at line 72 of file operations_assign.hpp.

References terry::algorithm::static_for_each().

Here is the call graph for this function:


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