Searched defs:logical_and (Results 1 – 2 of 2) sorted by relevance
3380 def logical_and(self, other, context=None): member in Decimal4738 def logical_and(self, a, b): member in Context
19622 struct logical_and : public binary_function<_Tp, _Tp, bool> struct19626 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()19653 struct logical_and<void> struct19658 operator()(_Tp&& __t, _Up&& __u) const in operator ()()19663 typedef __is_transparent is_transparent;