RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
rxcpp::member_overload< distinct_until_changed_tag > Member List

This is the complete list of members for rxcpp::member_overload< distinct_until_changed_tag >, including all inherited members.

member(Observable &&o) -> decltype(o.template lift< SourceValue >(DistinctUntilChanged(rxu::equal_to<>())))rxcpp::member_overload< distinct_until_changed_tag >inlinestatic
member(Observable &&o, BinaryPredicate &&pred) -> decltype(o.template lift< SourceValue >(DistinctUntilChanged(std::forward< BinaryPredicate >(pred))))rxcpp::member_overload< distinct_until_changed_tag >inlinestatic
member(AN...)rxcpp::member_overload< distinct_until_changed_tag >inlinestatic