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::observer_base< T > Struct Template Reference

#include <rx-observer.hpp>

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

Public Types

typedef T value_type
 
typedef tag_observer observer_tag
 

Member Typedef Documentation

template<class T >
typedef tag_observer rxcpp::observer_base< T >::observer_tag
template<class T >
typedef T rxcpp::observer_base< T >::value_type

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