Searched defs:modulus (Results 1 – 1 of 1) sorted by relevance
69 struct modulus : public binary_function<_Tp, _Tp, _Tp> { struct70 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } in operator()