Searched defs:sequence_equal (Results 1 – 2 of 2) sorted by relevance
46 struct sequence_equal : public operator_base<bool> struct48 typedef rxu::decay_t<Observable> source_type;49 typedef rxu::decay_t<T> source_value_type;50 typedef rxu::decay_t<OtherObservable> other_source_type;51 typedef typename other_source_type::value_type other_source_value_type;52 typedef rxu::decay_t<BinaryPredicate> predicate_type;53 typedef rxu::decay_t<Coordination> coordination_type;54 typedef typename coordination_type::coordinator_type coordinator_type;56 struct values {71 values initial;[all …]
744 auto sequence_equal(AN... an) const in sequence_equal() function in rxcpp::observable