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 | Public Attributes | List of all members
rxcpp::schedulers::test::test_worker::start_traits< F > Struct Template Reference

#include <rx-test.hpp>

Public Types

typedef source_type::value_type value_type
 
typedef subscriber< value_type, rxt::testable_observer< value_type > > subscriber_type
 

Public Attributes

decltype((*(F *) nullptr)()) typedef source_type
 

Member Typedef Documentation

template<class F >
typedef source_type::value_type rxcpp::schedulers::test::test_worker::start_traits< F >::value_type

Member Data Documentation

template<class F >
decltype((*(F*)nullptr)()) typedef rxcpp::schedulers::test::test_worker::start_traits< F >::source_type

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