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