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