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::types_checked_from< TN > Struct Template Reference

#include <rx-util.hpp>

Public Types

typedef detail::types_checked_from< TN... >::type type
 

Member Typedef Documentation

template<class... TN>
typedef detail::types_checked_from<TN...>::type rxcpp::util::types_checked_from< TN >::type

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