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++.
|
#include "rx-includes.hpp"
#include "operators/rx-lift.hpp"
#include "operators/rx-subscribe.hpp"
#include "operators/rx-multicast.hpp"
#include "operators/rx-publish.hpp"
#include "operators/rx-ref_count.hpp"
Go to the source code of this file.
Namespaces | |
rxcpp | |
rxcpp::operators | |
Macros | |
#define | RXCPP_RX_OPERATORS_HPP |
Typedefs | |
template<class T , class... AN> | |
using | rxcpp::delayed_type_t = rxu::value_type_t< delayed_type< T, AN... >> |
Functions | |
template<class Tag , class... AN, class Overload = member_overload<rxu::decay_t<Tag>>> | |
auto | rxcpp::observable_member (Tag, AN &&...an) -> decltype(Overload::member(std::forward< AN >(an)...)) |
#define RXCPP_RX_OPERATORS_HPP |