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++.
|
Make new observable with skipped first count items from this observable. More...
#include "../rx-includes.hpp"
Go to the source code of this file.
Classes | |
struct | rxcpp::member_overload< skip_tag > |
Namespaces | |
rxcpp | |
rxcpp::operators | |
Macros | |
#define | RXCPP_OPERATORS_RX_SKIP_HPP |
Functions | |
template<class... AN> | |
auto | rxcpp::operators::skip (AN &&...an) -> operator_factory< skip_tag, AN... > |
Make new observable with skipped first count items from this observable. More... | |
Make new observable with skipped first count items from this observable.
Count | the type of the items counter |
t | the number of items to skip |
#define RXCPP_OPERATORS_RX_SKIP_HPP |