Home
last modified time | relevance | path

Searched defs:divides (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/libstdc++/include/bits/
Dstl_function.h161 struct divides : public binary_function<_Tp, _Tp, _Tp> struct
164 operator()(const _Tp& __x, const _Tp& __y) const in operator()