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, Remaining, Step, Cursor, ValueN > Struct Template Reference

#include <rx-util.hpp>

Public Types

typedef values_from< T, Remaining-1, Step, Cursor+Step, ValueN..., Cursor >::type type
 

Member Typedef Documentation

template<class T , int Remaining, T Step, T Cursor, T... ValueN>
typedef values_from<T, Remaining - 1, Step, Cursor + Step, ValueN..., Cursor>::type rxcpp::util::values_from< T, Remaining, Step, Cursor, ValueN >::type

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