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