Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct
90 bool operator()(const _Tp& __x) const { return !__x; } in operator()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp1169 struct logical_not struct
1171 template<class V> bool operator()(V const & v) const { return !v; } in operator ()()