Functor to take modulo of variables of possibly different types using the floor modulo (% as used in Python). More...
#include <Functors.h>
Public Member Functions | |
RES | operator() (const L &x, const R &y) const |
Functor to take modulo of variables of possibly different types using the floor modulo (% as used in Python).
Definition at line 221 of file Functors.h.
RES casacore::FloorMod< L, R, RES >::operator() | ( | const L & | x, | |
const R & | y | |||
) | const [inline] |
Definition at line 223 of file Functors.h.