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-predef.hpp>
Public Types | |
typedef tag_observable | observable_tag |
typedef T | value_type |
typedef tag_observable rxcpp::observable_base< T >::observable_tag |
typedef T rxcpp::observable_base< T >::value_type |