|
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++.
|
Do not emit any items from the source Observable, but allow termination notification (either onError or onCompleted) to pass through unchanged. More...
#include "../rx-includes.hpp"

Go to the source code of this file.
Classes | |
| struct | rxcpp::member_overload< ignore_elements_tag > |
Namespaces | |
| rxcpp | |
| rxcpp::operators | |
Macros | |
| #define | RXCPP_OPERATORS_RX_IGNORE_ELEMENTS_HPP |
Functions | |
| template<class... AN> | |
| auto | rxcpp::operators::ignore_elements (AN &&...an) -> operator_factory< ignore_elements_tag, AN... > |
| Do not emit any items from the source Observable, but allow termination notification (either onError or onCompleted) to pass through unchanged. More... | |
Do not emit any items from the source Observable, but allow termination notification (either onError or onCompleted) to pass through unchanged.
| #define RXCPP_OPERATORS_RX_IGNORE_ELEMENTS_HPP |
1.8.11