|
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++.
|
allows connections to the source to be independent of subscriptions. More...
#include "../rx-includes.hpp"

Go to the source code of this file.
Classes | |
| struct | rxcpp::member_overload< multicast_tag > |
Namespaces | |
| rxcpp | |
| rxcpp::operators | |
Macros | |
| #define | RXCPP_OPERATORS_RX_MULTICAST_HPP |
Functions | |
| template<class... AN> | |
| auto | rxcpp::operators::multicast (AN &&...an) -> operator_factory< multicast_tag, AN... > |
| allows connections to the source to be independent of subscriptions. More... | |
allows connections to the source to be independent of subscriptions.
| Subject | the subject to multicast the source Observable. |
| sub | the subject. |
| #define RXCPP_OPERATORS_RX_MULTICAST_HPP |
1.8.11