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++.
|
Emit only the final t items emitted by the source Observable. More...
#include "../rx-includes.hpp"
Go to the source code of this file.
Classes | |
struct | rxcpp::member_overload< take_last_tag > |
Namespaces | |
rxcpp | |
rxcpp::operators | |
Macros | |
#define | RXCPP_OPERATORS_RX_TAKE_LAST_HPP |
Functions | |
template<class... AN> | |
auto | rxcpp::operators::take_last (AN &&...an) -> operator_factory< take_last_tag, AN... > |
Emit only the final t items emitted by the source Observable. More... | |
Emit only the final t items emitted by the source Observable.
Count | the type of the items counter. |
t | the number of last items to take. |
#define RXCPP_OPERATORS_RX_TAKE_LAST_HPP |