#include <SimpleFunctors.h>
Public Member Functions | |
T2 & | operator() (const T1 &left, T2 &right) const |
Right assignment functor. Reverses the assignment direction in comparison with the normal binary assignment operator.
Definition at line 243 of file SimpleFunctors.h.
T2& npstat::assign_right< T1, T2 >::operator() | ( | const T1 & | left, |
T2 & | right | ||
) | const [inline] |
Definition at line 245 of file SimpleFunctors.h.
{return right = left;}