Functor to add variables of possibly different types. More...
#include <Functors.h>
Public Member Functions | |
RES | operator() (const L &x, const R &y) const |
Functor to add variables of possibly different types.
This is unlike std::plus which requires equal types.
Definition at line 175 of file Functors.h.
RES casacore::Plus< L, R, RES >::operator() | ( | const L & | x, | |
const R & | y | |||
) | const [inline] |
Definition at line 177 of file Functors.h.