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-subscriber.hpp>
Public Types | |
typedef tag_subscriber | subscriber_tag |
Public Types inherited from rxcpp::observer_base< T > | |
typedef T | value_type |
typedef tag_observer | observer_tag |
Public Types inherited from rxcpp::subscription_base | |
typedef tag_subscription | subscription_tag |
typedef tag_subscriber rxcpp::subscriber_base< T >::subscriber_tag |