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++.
Public Types | List of all members
rxcpp::observable_base< T > Struct Template Reference

#include <rx-predef.hpp>

Inheritance diagram for rxcpp::observable_base< T >:
Inheritance graph
[legend]

Public Types

typedef tag_observable observable_tag
 
typedef T value_type
 

Member Typedef Documentation

template<class T >
typedef tag_observable rxcpp::observable_base< T >::observable_tag
template<class T >
typedef T rxcpp::observable_base< T >::value_type

The documentation for this struct was generated from the following file: