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