![]() |
![]() |
#include <SimpleFunctors.h>
Public Member Functions | |
T1 & | operator() (T1 &left, const T2 &right) const |
In-place division on the left side withot checking for division by 0
Definition at line 333 of file SimpleFunctors.h.
T1& npstat::diveq_left< T1, T2 >::operator() | ( | T1 & | left, |
const T2 & | right | ||
) | const [inline] |
Definition at line 335 of file SimpleFunctors.h.
{return left /= right;}