Functor to take modulo of (integer) variables of possibly different types in the C way. More...
#include <Functors.h>
Public Member Functions | |
RES | operator() (const L &x, const R &y) const |
Functor to take modulo of (integer) variables of possibly different types in the C way.
This is unlike std::modulo which requires equal types.
Definition at line 212 of file Functors.h.
RES casacore::Modulo< L, R, RES >::operator() | ( | const L & | x, | |
const R & | y | |||
) | const [inline] |
Definition at line 214 of file Functors.h.