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++.
Classes | Namespaces | Macros | Functions
rx-multicast.hpp File Reference

allows connections to the source to be independent of subscriptions. More...

#include "../rx-includes.hpp"
Include dependency graph for rx-multicast.hpp:
This graph shows which files directly or indirectly include this file:

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... >
 

Detailed Description

allows connections to the source to be independent of subscriptions.

Template Parameters
Subjectthe subject to multicast the source Observable.
Parameters
subthe subject.

Macro Definition Documentation

◆ RXCPP_OPERATORS_RX_MULTICAST_HPP

#define RXCPP_OPERATORS_RX_MULTICAST_HPP