Home
last modified time | relevance | path

Searched defs:sequence_equal (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-sequence_equal.hpp46 struct sequence_equal : public operator_base<bool> struct
48 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 …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp744 auto sequence_equal(AN... an) const in sequence_equal() function in rxcpp::observable