Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libstdc++/include/bits/
Dstl_function.h205 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct
208 operator()(const _Tp& __x, const _Tp& __y) const in operator()