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::expand_value_types< types< TN... >, types_checked_t< typename std::decay< TN >::type::value_type... > > Struct Template Reference

#include <rx-util.hpp>

Public Types

using type = types< typename std::decay< TN >::type::value_type... >
 

Member Typedef Documentation

template<class... TN>
using rxcpp::util::expand_value_types< types< TN... >, types_checked_t< typename std::decay< TN >::type::value_type... > >::type = types<typename std::decay<TN>::type::value_type...>

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