Searched defs:logical_or (Results 1 – 2 of 2) sorted by relevance
84 struct logical_or : public binary_function<_Tp, _Tp,bool> { struct85 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; } in operator()
331 template<class A> bool operator()( type<bool>, logical_or & /*f*/, A & a, int ) in operator ()() argument