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++.
|
This is the complete list of members for rxcpp::operator_factory< Tag, AN >, including all inherited members.
nullptr | rxcpp::operator_factory< Tag, AN > | |
nullptr | rxcpp::operator_factory< Tag, AN > | |
operator()(tag_type t, ZN &&...zn) const -> decltype(observable_member(t, std::forward< ZN >(zn)...)) | rxcpp::operator_factory< Tag, AN > | inline |
operator()(Observable source) const -> decltype(rxu::apply(std::tuple_cat(std::make_tuple(tag_type | rxcpp::operator_factory< Tag, AN > | inline |
operator_factory(tuple_type an) | rxcpp::operator_factory< Tag, AN > | inline |
source | rxcpp::operator_factory< Tag, AN > |