#include <SimpleFunctors.h>
Public Member Functions | |
T2 & | operator() (const T1 &left, T2 &right) const |
In-place subtraction on the right side preceded by a static cast
Definition at line 441 of file SimpleFunctors.h.
T2& npstat::scast_minuseq_right< T1, T2, T3 >::operator() | ( | const T1 & | left, |
T2 & | right | ||
) | const [inline] |
Definition at line 443 of file SimpleFunctors.h.
{return right -= static_cast<T3>(left);}