Searched defs:logical_not (Results 1 – 2 of 2) sorted by relevance
89 struct logical_not : public unary_function<_Tp, bool> { struct90 bool operator()(const _Tp& __x) const { return !__x; } in operator()
96 BEGIN_WORD(logical_not) { in BEGIN_WORD() argument