Searched defs:divides (Results 1 – 2 of 2) sorted by relevance
69 struct divides { struct72 operator()(T x, S y) const { in operator ()()
19319 struct divides : public binary_function<_Tp, _Tp, _Tp> struct19323 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()19397 struct divides<void> struct19402 operator()(_Tp&& __t, _Up&& __u) const in operator ()()19407 typedef __is_transparent is_transparent;