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