#include <SimpleFunctors.h>
Public Member Functions | |
addmul_right (const double weight) | |
T1 & | operator() (T1 &left, const T2 &right) const |
Private Member Functions | |
addmul_right ()=delete | |
Private Attributes | |
double | w_ |
In-place addition on the right side preceded by multiplication of the left argument by a double
Definition at line 255 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 256 of file SimpleFunctors.h.
|
privatedelete |
|
inline |
|
private |
Definition at line 262 of file SimpleFunctors.h.
Referenced by npstat::addmul_right< T1, T2 >::operator()().