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::util::value_type_from< T, typename types_checked_from< value_type_t< T > >::type > Struct Template Reference

#include <rx-util.hpp>

Inheritance diagram for rxcpp::util::value_type_from< T, typename types_checked_from< value_type_t< T > >::type >:
Inheritance graph
[legend]
Collaboration diagram for rxcpp::util::value_type_from< T, typename types_checked_from< value_type_t< T > >::type >:
Collaboration graph
[legend]

Public Types

typedef value_type_t< T > type
 

Member Typedef Documentation

template<class T >
typedef value_type_t<T> rxcpp::util::value_type_from< T, typename types_checked_from< value_type_t< T > >::type >::type

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