Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dnot_equal_to.hpp67 struct not_equal_to struct
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct
45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } in operator()