Searched defs:logical_not (Results 1 – 2 of 2) sorted by relevance
275 struct logical_not : public unary_function<_Tp, bool> struct278 operator()(const _Tp& __x) const in operator()
237 struct logical_not : public unary_function<_Tp,bool> struct239 bool operator()(const _Tp& __x) const { return !__x; } in operator()