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::values_from< T, 0, Step, Cursor, ValueN... > Struct Template Reference

#include <rx-util.hpp>

Public Types

typedef values< T, ValueN... > type
 

Member Typedef Documentation

template<class T , T Step, T Cursor, T... ValueN>
typedef values<T, ValueN...> rxcpp::util::values_from< T, 0, Step, Cursor, ValueN... >::type

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