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< filter_tag > Member List

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

member(Observable &&o, Predicate &&p) -> decltype(o.template lift< SourceValue >(Filter(std::forward< Predicate >(p))))rxcpp::member_overload< filter_tag >inlinestatic
member(const AN &...)rxcpp::member_overload< filter_tag >inlinestatic