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::coordinator< Input >::get< T > Struct Template Reference

#include <rx-coordination.hpp>

Public Types

typedef std::conditional< rxsc::detail::is_action_function< T >::value, get_action_function< T >, typename std::conditional< is_observable< T >::value, get_observable< T >, typename std::conditional< is_subscriber< T >::value, get_subscriber< T >, not_supported >::type >::type >::type::type type
 

Member Typedef Documentation

template<class Input >
template<class T >
typedef std::conditional< rxsc::detail::is_action_function<T>::value, get_action_function<T>, typename std::conditional< is_observable<T>::value, get_observable<T>, typename std::conditional< is_subscriber<T>::value, get_subscriber<T>, not_supported>::type>::type>::type::type rxcpp::coordinator< Input >::get< T >::type

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