Searched refs:logical_not (Results 1 – 4 of 4) sorted by relevance
82 using std::logical_not;
275 struct logical_not : public unary_function<_Tp, bool> struct
156 struct logical_not : unary_function<T, bool>820 struct _LIBCPP_TYPE_VIS_ONLY logical_not : unary_function<_Tp, bool>829 struct _LIBCPP_TYPE_VIS_ONLY logical_not<void>
2556 __val_expr<_UnaryOp<logical_not<value_type>, _ValExpr> >2559 typedef _UnaryOp<logical_not<value_type>, _ValExpr> _NewExpr;2560 return __val_expr<_NewExpr>(_NewExpr(logical_not<value_type>(), __expr_));