Searched defs:logical_and (Results 1 – 2 of 2) sorted by relevance
257 struct logical_and : public binary_function<_Tp, _Tp, bool> struct260 operator()(const _Tp& __x, const _Tp& __y) const in operator()
223 struct logical_and : public binary_function<_Tp,_Tp,bool> struct225 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; } in operator()