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::expand_observable_tags< rxu::types< ObservableN... >, rxu::types_checked_t< typename ObservableN::observable_tag... > > Struct Template Reference

#include <rx-predef.hpp>

Public Types

using type = rxu::types< typename ObservableN::observable_tag... >
 

Member Typedef Documentation

template<class... ObservableN>
using rxcpp::expand_observable_tags< rxu::types< ObservableN... >, rxu::types_checked_t< typename ObservableN::observable_tag... > >::type = rxu::types<typename ObservableN::observable_tag...>

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